diff options
Diffstat (limited to 'llvm/test/Regression/ExecutionEngine/parallel.ll')
| -rw-r--r-- | llvm/test/Regression/ExecutionEngine/parallel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/ExecutionEngine/parallel.ll b/llvm/test/Regression/ExecutionEngine/parallel.ll index 6dc3f760d99..9f55d3dda4e 100644 --- a/llvm/test/Regression/ExecutionEngine/parallel.ll +++ b/llvm/test/Regression/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" |

