aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC/2005-09-24-AsmUserPrefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2005-09-24-AsmUserPrefix.c')
-rw-r--r--test/FrontendC/2005-09-24-AsmUserPrefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2005-09-24-AsmUserPrefix.c b/test/FrontendC/2005-09-24-AsmUserPrefix.c
index 9b9b153e27..952c7b3c35 100644
--- a/test/FrontendC/2005-09-24-AsmUserPrefix.c
+++ b/test/FrontendC/2005-09-24-AsmUserPrefix.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | llc | \
+// RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | llc | \
// RUN: not grep _foo2
void foo() __asm__("foo2");