Cleanup some unused RUN lines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-11-08 09:07:42 +00:00
parent bf477df346
commit 16bc8783c9
3 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
/* RUN: ignore */
#include <stdio.h>
/* Make this invalid C++ */

View File

@ -1,4 +1,3 @@
// RUN: ignore
#include <string>
std::string test2() {

View File

@ -1,7 +1,3 @@
/*
* RUN: ignore
*/
#include <stdio.h>
void test() {