Commit 39a12ac5 authored by John Criswell's avatar John Criswell
Browse files

Don't use -q; this option is not available on Solaris grep (and probably

other, traditional UNIX greps).

llvm-svn: 24156
parent 89d3246c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
; 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"