Remove explicit uses of -emit-llvm, the test infrastructure adds it
[oota-llvm.git] / test / FrontendC++ / varargs.cpp
index 1c07aedd093d0b41ee2951017395bd7e6e96fb79..c4de76acc30b0c5edf509c3f88371d5345b67bb3 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %llvmgxx -S %s -o - | FileCheck %s
 // rdar://7309675
 // PR4678