summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-08 09:07:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-08 09:07:42 +0000
commitbf7afbaaaf43110612165858fdb0958ff12fe2bc (patch)
tree4cc5ea8831bead102a80c447f2043430a5d44e8c /llvm
parent42c19ee140c7876e181928d9b4226a12263207bf (diff)
downloadbcm5719-llvm-bf7afbaaaf43110612165858fdb0958ff12fe2bc.tar.gz
bcm5719-llvm-bf7afbaaaf43110612165858fdb0958ff12fe2bc.zip
Cleanup some unused RUN lines.
llvm-svn: 86450
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/LLVMC/test_data/false.cpp1
-rw-r--r--llvm/test/LLVMC/test_data/false2.cpp1
-rw-r--r--llvm/test/LLVMC/test_data/together.c4
3 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/LLVMC/test_data/false.cpp b/llvm/test/LLVMC/test_data/false.cpp
index d3a7102f8cc..593fcd5805a 100644
--- a/llvm/test/LLVMC/test_data/false.cpp
+++ b/llvm/test/LLVMC/test_data/false.cpp
@@ -1,4 +1,3 @@
-/* RUN: ignore */
#include <stdio.h>
/* Make this invalid C++ */
diff --git a/llvm/test/LLVMC/test_data/false2.cpp b/llvm/test/LLVMC/test_data/false2.cpp
index a02051415dd..bba064c8e04 100644
--- a/llvm/test/LLVMC/test_data/false2.cpp
+++ b/llvm/test/LLVMC/test_data/false2.cpp
@@ -1,4 +1,3 @@
-// RUN: ignore
#include <string>
std::string test2() {
diff --git a/llvm/test/LLVMC/test_data/together.c b/llvm/test/LLVMC/test_data/together.c
index 1b9b5f67fba..a828c475779 100644
--- a/llvm/test/LLVMC/test_data/together.c
+++ b/llvm/test/LLVMC/test_data/together.c
@@ -1,7 +1,3 @@
-/*
- * RUN: ignore
- */
-
#include <stdio.h>
void test() {
OpenPOWER on IntegriCloud