diff options
-rw-r--r-- | test/ExecutionEngine/parallel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/parallel.ll b/test/ExecutionEngine/parallel.ll index 6dc3f760d9..9f55d3dda4 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" |