Skip to content

Commit 6e6f89c

Browse files
committed
[flang][test] One more fix in flang/test/Driver/parse-error.ll
The file suffix .f95 remained after 7a07d8e, change it to .ll.
1 parent 4af3332 commit 6e6f89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Driver/parse-error.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
; RUN: not %flang_fc1 -fdebug-unparse-no-sema -x f95 %s 2>&1 | FileCheck %s --check-prefix=ERROR
1414
; RUN: not %flang_fc1 -fsyntax-only %s -x f95 2>&1 | FileCheck %s --check-prefix=ERROR
1515

16-
; ERROR: Could not scan {{.*}}parse-error.f95
16+
; ERROR: Could not scan {{.*}}parse-error.ll
1717

1818
define void @foo() {
1919
ret void

0 commit comments

Comments
 (0)