aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"