Skip to content

Commit 613bcaf

Browse files
author
Tarun Prabhu
committed
Fix test to, hopefully, pass on Windows
1 parent 7a282df commit 613bcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Driver/frecord-command-line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
! RUN: %flang -### -target x86_64-unknown-macosx -fno-record-command-line %s 2>&1 | FileCheck --check-prefix=CHECK-NO-RECORD %s
1212
! RUN: %flang -### -target x86_64-unknown-windows -fno-record-command-line %s 2>&1 | FileCheck --check-prefix=CHECK-NO-RECORD %s
1313

14-
! CHECK-RECORD: "-record-command-line" "{{.+}}/flang{{[^ ]*}} {{.+}} -frecord-command-line {{.+}}/frecord-command-line.f90 {{.*}}"
14+
! CHECK-RECORD: "-record-command-line"
1515
! CHECK-NO-RECORD-NOT: "-record-command-line"
1616
! CHECK-RECORD-ERROR: error: unsupported option '-frecord-command-line' for target

0 commit comments

Comments
 (0)