Skip to content

Commit 743b811

Browse files
committed
Fix windows test
1 parent 5d3c1cc commit 743b811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/test/Driver/verbose-asm.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
! RUN: %flang -S -o - -fverbose-asm -fno-verbose-asm %s | FileCheck %s --check-prefix=QUIET
1010
! RUN: %flang_fc1 -S -o - -fverbose-asm -fno-verbose-asm %s | FileCheck %s --check-prefix=QUIET
1111

12-
! VERBOSE: // -- Begin function _QQmain
13-
! QUIET-NOT: // -- Begin function _QQmain
12+
! VERBOSE: -- Begin function _QQmain
13+
! QUIET-NOT: -- Begin function _QQmain
1414
program test
1515

1616
end program

0 commit comments

Comments
 (0)