[cfe-commits] r169826 - /cfe/trunk/test/Driver/debug-options-as.c

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 10 23:16:16 PST 2012


Author: chapuni
Date: Tue Dec 11 01:16:15 2012
New Revision: 169826

URL: http://llvm.org/viewvc/llvm-project?rev=169826&view=rev
Log:
clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know "REQUIRES:" would match --check-prefix=S ...

Modified:
    cfe/trunk/test/Driver/debug-options-as.c

Modified: cfe/trunk/test/Driver/debug-options-as.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/debug-options-as.c?rev=169826&r1=169825&r2=169826&view=diff
==============================================================================
--- cfe/trunk/test/Driver/debug-options-as.c (original)
+++ cfe/trunk/test/Driver/debug-options-as.c Tue Dec 11 01:16:15 2012
@@ -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"





More information about the cfe-commits mailing list