From c0c186d140b75fc3b2e4e3632f826a40cf4f8626 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 8 Nov 2005 21:11:33 +0000 Subject: Merged from RELEASE_16. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24243 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/parallel.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ExecutionEngine') 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" -- cgit v1.1