summaryrefslogtreecommitdiffstats
path: root/test/Verifier/aliasing-chain.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/aliasing-chain.ll')
-rw-r--r--test/Verifier/aliasing-chain.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/aliasing-chain.ll b/test/Verifier/aliasing-chain.ll
index 53b929b..fc5ef1c 100644
--- a/test/Verifier/aliasing-chain.ll
+++ b/test/Verifier/aliasing-chain.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {Aliasing chain should end with function or global variable}
+; RUN: not llvm-as %s -o /dev/null |& grep {Aliasing chain should end with function or global variable}
; Test that alising chain does not create a cycle
OpenPOWER on IntegriCloud