From f8f4c9500e7bc8e47f7ebeaa78567f89a6537d90 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 11 Dec 2012 07:16:15 +0000 Subject: [PATCH] clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't know "REQUIRES:" would match --check-prefix=S ... llvm-svn: 169826 --- clang/test/Driver/debug-options-as.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/test/Driver/debug-options-as.c b/clang/test/Driver/debug-options-as.c index 20e104e..f512f15 100644 --- a/clang/test/Driver/debug-options-as.c +++ b/clang/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" -- 2.7.4