Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This...
[oota-llvm.git] / test / FrontendObjC++ / 2010-08-02-NonPODObjectValue.mm
index 298844e97b5d303c32bcf4a19a3749838b005cf1..da47ed0c1222fbf3c3a6d329c4116d2a38cb9468 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: not %llvmgcc %s -S -emit-llvm -o - |& FileCheck %s
+// RUN: not %llvmgcc %s -S -o - |& FileCheck %s
 // This tests for a specific diagnostic in LLVM-GCC.
 // Clang compiles this correctly with no diagnostic,
 // ergo this test will fail with a Clang-based front-end.