Skip to content

Commit 39a12ac

Browse files
author
John Criswell
committed
Don't use -q; this option is not available on Solaris grep (and probably
other, traditional UNIX greps). llvm-svn: 24156
1 parent 89d3246 commit 39a12ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
; This isn't really an assembly file. This test runs the ParallelJIT example
22
; program and ensures its output is sane.
3-
; RUN: ParallelJIT | grep -q "Fib2 returned 267914296"
3+
; RUN: ParallelJIT | grep "Fib2 returned 267914296"

0 commit comments

Comments
 (0)