Skip to content

Commit

Permalink
[flang] Fix Funderscoring TC failure on AIX [NFC] (#73543)
Browse files Browse the repository at this point in the history
Change fundersoring test with a more accurate regex to ensure the lack
of a trailing underscore, current TC is failing on AIX

Co-authored-by: Mark Danial <mark.danial@ibm.com>
  • Loading branch information
madanial0 and madanial0 committed Nov 30, 2023
1 parent effaf41 commit 4f0bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/test/Driver/underscoring.f90
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ subroutine test()
! NO-UNDERSCORING-NOT: ext_sub_
! NO-UNDERSCORING: {{ext_sub[^_]*$}}
! NO-UNDERSCORING-NOT: comblk_
! NO-UNDERSCORING: comblk,
! NO-UNDERSCORING: {{comblk[^_]*$}}

0 comments on commit 4f0bea4

Please sign in to comment.