diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/LLVMC/test_data/false.cpp | 1 | ||||
| -rw-r--r-- | llvm/test/LLVMC/test_data/false2.cpp | 1 | ||||
| -rw-r--r-- | llvm/test/LLVMC/test_data/together.c | 4 |
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() { |

