aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-11-08 21:11:33 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-11-08 21:11:33 +0000
commitc0c186d140b75fc3b2e4e3632f826a40cf4f8626 (patch)
tree483bcca1fb23510e7fa8ab9ea822af5d30f7f1a8 /test/ExecutionEngine
parentf0e80cf909b69b5f31b8d027de6ee4b963205f66 (diff)
downloadexternal_llvm-c0c186d140b75fc3b2e4e3632f826a40cf4f8626.zip
external_llvm-c0c186d140b75fc3b2e4e3632f826a40cf4f8626.tar.gz
external_llvm-c0c186d140b75fc3b2e4e3632f826a40cf4f8626.tar.bz2
Merged from RELEASE_16.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/parallel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/parallel.ll b/test/ExecutionEngine/parallel.ll
index 6dc3f76..9f55d3d 100644
--- a/test/ExecutionEngine/parallel.ll
+++ b/test/ExecutionEngine/parallel.ll
@@ -1,3 +1,3 @@
; This isn't really an assembly file. This test runs the ParallelJIT example
; program and ensures its output is sane.
-; RUN: ParallelJIT | grep -q "Fib2 returned 267914296"
+; RUN: ParallelJIT | grep "Fib2 returned 267914296"