aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-26 20:33:20 +0000
committerChris Lattner <sabre@nondot.org>2006-07-26 20:33:20 +0000
commit0f3961e4d0381c937838a0aff5de5325b59d336f (patch)
treee713d7965c629dba05c6a87dffcf50bd1bad5653 /test/ExecutionEngine
parent8203360bc158fa10dda46ca14fb141d5e423c63d (diff)
Don't test an example
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/parallel.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ExecutionEngine/parallel.ll b/test/ExecutionEngine/parallel.ll
deleted file mode 100644
index 9f55d3dda4..0000000000
--- 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"