[llvm-commits] [release_16] CVS: llvm/test/Regression/ExecutionEngine/parallel.ll
John Criswell
criswell at cs.uiuc.edu
Wed Nov 2 10:06:45 PST 2005
Changes in directory llvm/test/Regression/ExecutionEngine:
parallel.ll updated: 1.1 -> 1.1.4.1
---
Log message:
Don't use -q; this option is not available on Solaris grep (and probably
other, traditional UNIX greps).
---
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.1.4.1
--- llvm/test/Regression/ExecutionEngine/parallel.ll:1.1 Tue Jul 12 19:35:12 2005
+++ llvm/test/Regression/ExecutionEngine/parallel.ll Wed Nov 2 12:06:28 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