aboutsummaryrefslogtreecommitdiff
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
commitda72978e1e68a86b12f81ddc574be5267eea8826 (patch)
treeaa30760e289d8fcddbf7a140a3e15be3c82d6706
parentb92596114b77871a61e32430cee249cebc5882a7 (diff)
downloadllvm-da72978e1e68a86b12f81ddc574be5267eea8826.zip
llvm-da72978e1e68a86b12f81ddc574be5267eea8826.tar.gz
llvm-da72978e1e68a86b12f81ddc574be5267eea8826.tar.bz2
Don't test an example
llvm-svn: 29301
-rw-r--r--llvm/test/Regression/ExecutionEngine/parallel.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/Regression/ExecutionEngine/parallel.ll b/llvm/test/Regression/ExecutionEngine/parallel.ll
deleted file mode 100644
index 9f55d3d..0000000
--- a/llvm/test/Regression/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"