[PATCH] D100301: [flang] Fix a test (use %s instead of $s)

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 03:04:05 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4217e6bf95f5: [flang] Fix a test (use %s instead of $s) (authored by awarzynski).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100301/new/

https://reviews.llvm.org/D100301

Files:
  flang/test/Semantics/call17.f90


Index: flang/test/Semantics/call17.f90
===================================================================
--- flang/test/Semantics/call17.f90
+++ flang/test/Semantics/call17.f90
@@ -1,4 +1,4 @@
-! RUN: %f18 -fsyntax-only $s 2>&1 | FileCheck %s
+! RUN: %f18 -fsyntax-only %s 2>&1 | FileCheck %s --allow-empty
 
 ! Regression test: don't emit a bogus error about an invalid specification expression
 ! in the declaration of a binding


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100301.337084.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210413/95ec3933/attachment.bin>


More information about the llvm-commits mailing list