diff options
Diffstat (limited to 'flang/test/Driver/parse-error.ll')
-rw-r--r-- | flang/test/Driver/parse-error.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Driver/parse-error.ll b/flang/test/Driver/parse-error.ll index 3567c3e..2c36d8b 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 parse {{.*}}parse-error.f95 +; ERROR: Could not scan {{.*}}parse-error.ll define void @foo() { ret void |