aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Driver/debug-options-as.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Driver/debug-options-as.c b/test/Driver/debug-options-as.c
index 20e104e80b..f512f1523b 100644
--- a/test/Driver/debug-options-as.c
+++ b/test/Driver/debug-options-as.c
@@ -14,7 +14,7 @@
// rdar://9275556
// RUN: touch %t.s
// RUN: %clang -### -c -integrated-as -g %t.s 2>&1 \
-// RUN: | FileCheck -check-prefix=S %s
+// RUN: | FileCheck %s
//
-// S: "-cc1as"
-// S: "-g"
+// CHECK: "-cc1as"
+// CHECK: "-g"