diff options
| author | John Criswell <criswell@uiuc.edu> | 2005-11-08 21:11:33 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2005-11-08 21:11:33 +0000 |
| commit | 3bdbd3024b1d4fb1705f7543bf8b4d92a93e1f88 (patch) | |
| tree | c90e6a5b0d0c2485db9cfc0502bee90e4b1f80e0 /llvm/test/Regression/ExecutionEngine/parallel.ll | |
| parent | ba1b2ed1e975174c534e31d96af16619962358e5 (diff) | |
| download | bcm5719-llvm-3bdbd3024b1d4fb1705f7543bf8b4d92a93e1f88.tar.gz bcm5719-llvm-3bdbd3024b1d4fb1705f7543bf8b4d92a93e1f88.zip | |
Merged from RELEASE_16.
llvm-svn: 24243
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" |

