summaryrefslogtreecommitdiffstats
path: root/test/Misc/tabstop.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Misc/tabstop.c')
-rw-r--r--test/Misc/tabstop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Misc/tabstop.c b/test/Misc/tabstop.c
index 7f59b6a..cb6af0c 100644
--- a/test/Misc/tabstop.c
+++ b/test/Misc/tabstop.c
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -ftabstop 3 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=3 -strict-whitespace %s
-// RUN: %clang_cc1 -ftabstop 4 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=4 -strict-whitespace %s
-// RUN: %clang_cc1 -ftabstop 5 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=5 -strict-whitespace %s
+// RUN: %clang_cc1 -ftabstop 3 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-3 -strict-whitespace %s
+// RUN: %clang_cc1 -ftabstop 4 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-4 -strict-whitespace %s
+// RUN: %clang_cc1 -ftabstop 5 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-5 -strict-whitespace %s
// tab
void* a = 1;
OpenPOWER on IntegriCloud