[flang][test] One more fix in flang/test/Driver/parse-error.ll

The file suffix .f95 remained after 7a07d8e9df, change it to .ll.
This commit is contained in:
Krzysztof Parzyszek 2025-01-06 14:29:28 -06:00
parent 4af3332015
commit 6e6f89cba0

View File

@ -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 -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 ; 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() { define void @foo() {
ret void ret void