[flang-commits] [flang] 6e6f89c - [flang][test] One more fix in flang/test/Driver/parse-error.ll
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Mon Jan 6 12:31:20 PST 2025
Author: Krzysztof Parzyszek
Date: 2025-01-06T14:31:10-06:00
New Revision: 6e6f89cba0fd70ef1ea8c9abfbdf03d8f69492c4
URL: https://github.com/llvm/llvm-project/commit/6e6f89cba0fd70ef1ea8c9abfbdf03d8f69492c4
DIFF: https://github.com/llvm/llvm-project/commit/6e6f89cba0fd70ef1ea8c9abfbdf03d8f69492c4.diff
LOG: [flang][test] One more fix in flang/test/Driver/parse-error.ll
The file suffix .f95 remained after 7a07d8e9df, change it to .ll.
Added:
Modified:
flang/test/Driver/parse-error.ll
Removed:
################################################################################
diff --git a/flang/test/Driver/parse-error.ll b/flang/test/Driver/parse-error.ll
index 939ad7018f51c6..2c36d8b7ed7924 100644
--- a/flang/test/Driver/parse-error.ll
+++ b/flang/test/Driver/parse-error.ll
@@ -13,7 +13,7 @@
; RUN: not %flang_fc1 -fdebug-unparse-no-sema -x f95 %s 2>&1 | FileCheck %s --check-prefix=ERROR
; RUN: not %flang_fc1 -fsyntax-only %s -x f95 2>&1 | FileCheck %s --check-prefix=ERROR
-; ERROR: Could not scan {{.*}}parse-error.f95
+; ERROR: Could not scan {{.*}}parse-error.ll
define void @foo() {
ret void
More information about the flang-commits
mailing list