Don't test an example

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29301 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-07-26 20:33:20 +00:00
parent 8203360bc1
commit 0f3961e4d0

View File

@ -1,3 +0,0 @@
; This isn't really an assembly file. This test runs the ParallelJIT example
; program and ensures its output is sane.
; RUN: ParallelJIT | grep "Fib2 returned 267914296"