Don't test an example
authorChris Lattner <sabre@nondot.org>
Wed, 26 Jul 2006 20:33:20 +0000 (20:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 Jul 2006 20:33:20 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29301 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/parallel.ll [deleted file]

diff --git a/test/ExecutionEngine/parallel.ll b/test/ExecutionEngine/parallel.ll
deleted file mode 100644 (file)
index 9f55d3d..0000000
+++ /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"