diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-08 01:47:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-08 01:47:25 +0000 |
commit | 34546ce43d3d89c102a99882ae3825423a28abcd (patch) | |
tree | f17be010511db5d729e1c1ce9ed0a0f73e50d97d /clang/test/Frontend | |
parent | 6eb1201c90f6eea2768aa6f9315793c93669dddf (diff) | |
download | bcm5719-llvm-34546ce43d3d89c102a99882ae3825423a28abcd.tar.gz bcm5719-llvm-34546ce43d3d89c102a99882ae3825423a28abcd.zip |
Remove RUN: true lines.
llvm-svn: 86432
Diffstat (limited to 'clang/test/Frontend')
-rw-r--r-- | clang/test/Frontend/cpp-output.c | 1 | ||||
-rw-r--r-- | clang/test/Frontend/darwin-version.c | 1 | ||||
-rw-r--r-- | clang/test/Frontend/rewrite-macros.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Frontend/cpp-output.c b/clang/test/Frontend/cpp-output.c index e7a5ca6054f..9a6fc9b2142 100644 --- a/clang/test/Frontend/cpp-output.c +++ b/clang/test/Frontend/cpp-output.c @@ -4,7 +4,6 @@ // RUN: clang -E -o %t -CC %s // RUN: grep '^int x; // comment' %t // RUN: grep '^x /\* comment \*/ x /\* comment \*/' %t -// RUN: true int x; // comment diff --git a/clang/test/Frontend/darwin-version.c b/clang/test/Frontend/darwin-version.c index 7c06d4b0513..4896aecdfae 100644 --- a/clang/test/Frontend/darwin-version.c +++ b/clang/test/Frontend/darwin-version.c @@ -20,4 +20,3 @@ // RUN: grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t | grep '1050' | count 1 // RUN: clang -ccc-host-triple i686-apple-darwin9 -mmacosx-version-min=10.6 -dM -E -o %t %s // RUN: grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t | grep '1060' | count 1 -// RUN: true diff --git a/clang/test/Frontend/rewrite-macros.c b/clang/test/Frontend/rewrite-macros.c index 24761b54210..2d9fef40035 100644 --- a/clang/test/Frontend/rewrite-macros.c +++ b/clang/test/Frontend/rewrite-macros.c @@ -14,5 +14,4 @@ _Pragma("mark") // RUN: grep "//#pragma mark mark" %t #pragma mark mark -// RUN: true |