[PATCH] D100655: [flang][nfc] Port 2 tests to use the new driver when enabled
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 05:59:14 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc2e452fb05a7: [flang][nfc] Port 2 tests to use the new driver when enabled (authored by awarzynski).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100655/new/
https://reviews.llvm.org/D100655
Files:
flang/test/Semantics/label14.f90
flang/test/Semantics/resolve105.f90
Index: flang/test/Semantics/resolve105.f90
===================================================================
--- flang/test/Semantics/resolve105.f90
+++ flang/test/Semantics/resolve105.f90
@@ -1,4 +1,4 @@
-! RUN: %S/test_errors.sh %s %t %f18
+! RUN: %S/test_errors.sh %s %t %flang_fc1
! Test instantiation of components that are procedure pointers.
!
program test
Index: flang/test/Semantics/label14.f90
===================================================================
--- flang/test/Semantics/label14.f90
+++ flang/test/Semantics/label14.f90
@@ -2,7 +2,7 @@
! 11.1.4 - 4 It is permissible to branch to and end-block-stmt only withinh its
! Block Construct
-! RUN: not %f18 %s 2>&1 | FileCheck %s
+! RUN: %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
! CHECK: Label '20' is not in scope
subroutine s1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100655.338841.patch
Type: text/x-patch
Size: 831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210420/9bdce55f/attachment.bin>
More information about the llvm-commits
mailing list