[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll
John Criswell
criswell at cs.uiuc.edu
Tue Nov 8 13:12:02 PST 2005
Changes in directory llvm/test/Regression/ExecutionEngine:
parallel.ll updated: 1.1 -> 1.2
---
Log message:
Merged from RELEASE_16.
---
Diffs of the changes: (+1 -1)
parallel.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/ExecutionEngine/parallel.ll
diff -u llvm/test/Regression/ExecutionEngine/parallel.ll:1.1 llvm/test/Regression/ExecutionEngine/parallel.ll:1.2
--- llvm/test/Regression/ExecutionEngine/parallel.ll:1.1 Tue Jul 12 19:35:12 2005
+++ llvm/test/Regression/ExecutionEngine/parallel.ll Tue Nov 8 15:11:33 2005
@@ -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"
More information about the llvm-commits
mailing list