Add a test for the 'init' option property.
[oota-llvm.git] / test / FrontendC++ / 2006-11-06-StackTrace.cpp
index 24eeda8a27b291a4f4ec2c95df5687a9a719f8b4..3732cb9369014a4b62772d5417665063a40ee3b2 100644 (file)
@@ -1,6 +1,6 @@
 // This is a regression test on debug info to make sure that we can get a
 // meaningful stack trace from a C++ program.
-// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
+// RUN: %llvmgcc -S -O0 -g %s -o - | \
 // RUN:    llc --disable-fp-elim -o %t.s -O0 -relocation-model=pic
 // RUN: %compile_c %t.s -o %t.o
 // RUN: %link %t.o -o %t.exe