From: Chris Lattner Date: Wed, 26 Jul 2006 20:33:20 +0000 (+0000) Subject: Don't test an example X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0f3961e4d0381c937838a0aff5de5325b59d336f;p=oota-llvm.git Don't test an example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29301 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/parallel.ll b/test/ExecutionEngine/parallel.ll deleted file mode 100644 index 9f55d3dda4e..00000000000 --- a/test/ExecutionEngine/parallel.ll +++ /dev/null @@ -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"