Remove now-redundant llvm-as invocations.
llvm-svn: 90626
diff --git a/llvm/test/FrontendC/2007-12-VarArrayDebug.c b/llvm/test/FrontendC/2007-12-VarArrayDebug.c
index cd6cfdf..966789e 100644
--- a/llvm/test/FrontendC/2007-12-VarArrayDebug.c
+++ b/llvm/test/FrontendC/2007-12-VarArrayDebug.c
@@ -1,5 +1,5 @@
-// RUN: %llvmgcc -S -g -O %s -o - | llvm-as | llc
-// RUN: %llvmgcc -S -g %s -o - | llvm-as | llc
+// RUN: %llvmgcc -S -g -O %s -o - | llc
+// RUN: %llvmgcc -S -g %s -o - | llc
extern void foo (void);