summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor')
-rw-r--r--clang/test/Preprocessor/assembler-with-cpp.c1
-rw-r--r--clang/test/Preprocessor/init.c1
-rw-r--r--clang/test/Preprocessor/pic.c1
-rw-r--r--clang/test/Preprocessor/stdint.c1
-rw-r--r--clang/test/Preprocessor/x86_target_features.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Preprocessor/assembler-with-cpp.c b/clang/test/Preprocessor/assembler-with-cpp.c
index c99e7d2cf34..693d5b81a17 100644
--- a/clang/test/Preprocessor/assembler-with-cpp.c
+++ b/clang/test/Preprocessor/assembler-with-cpp.c
@@ -72,4 +72,3 @@
11: T11(b)
// CHECK-Identifiers-True: 11: #0
-// RUN: true
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c
index fdbeebfccad..6f8f61b6358 100644
--- a/clang/test/Preprocessor/init.c
+++ b/clang/test/Preprocessor/init.c
@@ -942,4 +942,3 @@
// X86_64:#define __x86_64 1
// X86_64:#define __x86_64__ 1
//
-// RUN: true
diff --git a/clang/test/Preprocessor/pic.c b/clang/test/Preprocessor/pic.c
index 72cf1b13521..b8068faac8c 100644
--- a/clang/test/Preprocessor/pic.c
+++ b/clang/test/Preprocessor/pic.c
@@ -7,4 +7,3 @@
// RUN: clang -ccc-host-triple i386-unknown-unknown -fPIC -dM -E -o %t %s
// RUN: grep '#define __PIC__ 2' %t | count 1
// RUN: grep '#define __pic__ 2' %t | count 1
-// RUN: true
diff --git a/clang/test/Preprocessor/stdint.c b/clang/test/Preprocessor/stdint.c
index 94ef2116afc..c732bf51dee 100644
--- a/clang/test/Preprocessor/stdint.c
+++ b/clang/test/Preprocessor/stdint.c
@@ -1158,7 +1158,6 @@
// X86_64:INTMAX_C_(0) (0LL)
// X86_64:UINTMAX_C_(0) (0ULL)
//
-// RUN: true
#include <stdint.h>
diff --git a/clang/test/Preprocessor/x86_target_features.c b/clang/test/Preprocessor/x86_target_features.c
index 0dd38a67cc8..f8574e25d47 100644
--- a/clang/test/Preprocessor/x86_target_features.c
+++ b/clang/test/Preprocessor/x86_target_features.c
@@ -30,6 +30,5 @@
// RUN: grep '#define __SSE__ 1' %t
// RUN: grep '#define __SSSE3__ 1' %t | count 0
-// RUN: true
OpenPOWER on IntegriCloud