Remove explicit uses of -emit-llvm, the test infrastructure adds it
[oota-llvm.git] / test / FrontendC++ / 2009-02-16-CtorNames-dbg.cpp
index 8f1b598aa2bf482b69c7da7dcba283d94e54afd6..eb69963e5343c5bd7882f755b5404e947f9e8bf4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
+// RUN: %llvmgcc -S -g %s -o - | grep "\~A"
 class A {
   int i;
 public: