diff --git a/test/Driver/debug-options-as.c b/test/Driver/debug-options-as.c
index 20e104e80bf9b767cc195d1857e449c3c79b11d8..f512f1523bc79a93b1bae285649deefe340c9ff3 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"