Skip to content

Commit 4f0bea4

Browse files
authored
[flang] Fix Funderscoring TC failure on AIX [NFC] (#73543)
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 <[email protected]>
1 parent effaf41 commit 4f0bea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Driver/underscoring.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ subroutine test()
2121
! NO-UNDERSCORING-NOT: ext_sub_
2222
! NO-UNDERSCORING: {{ext_sub[^_]*$}}
2323
! NO-UNDERSCORING-NOT: comblk_
24-
! NO-UNDERSCORING: comblk,
24+
! NO-UNDERSCORING: {{comblk[^_]*$}}

0 commit comments

Comments
 (0)