Remove explicit uses of -emit-llvm, the test infrastructure adds it
[oota-llvm.git] / test / FrontendC++ / 2009-06-16-DebugInfoCrash.cpp
index b3758d2782ca543d43b1e1277d490b1f6d403305..c2a841b1a6742a08d99b5dcffea818b833ab04c4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
+// RUN: %llvmgxx -S %s -o /dev/null -g
 // This crashes if we try to emit debug info for TEMPLATE_DECL members.
 template <class T> class K2PtrVectorBase {};
 template <class T> class K2Vector {};