aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend')
-rw-r--r--test/Frontend/cpp-output.c1
-rw-r--r--test/Frontend/darwin-version.c1
-rw-r--r--test/Frontend/rewrite-macros.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/Frontend/cpp-output.c b/test/Frontend/cpp-output.c
index e7a5ca6054..9a6fc9b214 100644
--- a/test/Frontend/cpp-output.c
+++ b/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/test/Frontend/darwin-version.c b/test/Frontend/darwin-version.c
index 7c06d4b051..4896aecdfa 100644
--- a/test/Frontend/darwin-version.c
+++ b/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/test/Frontend/rewrite-macros.c b/test/Frontend/rewrite-macros.c
index 24761b5421..2d9fef4003 100644
--- a/test/Frontend/rewrite-macros.c
+++ b/test/Frontend/rewrite-macros.c
@@ -14,5 +14,4 @@ _Pragma("mark")
// RUN: grep "//#pragma mark mark" %t
#pragma mark mark
-// RUN: true