summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/FunctionResolve/basictest.ll')
-rw-r--r--llvm/test/Regression/Transforms/FunctionResolve/basictest.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll b/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll
index 422b655420b..fa53724dc83 100644
--- a/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll
+++ b/llvm/test/Regression/Transforms/FunctionResolve/basictest.ll
@@ -1,7 +1,4 @@
-; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | not grep call
declare int %foo(...)
OpenPOWER on IntegriCloud