Covert this test to .s form.
[oota-llvm.git] / test / LLVMC / C++ / dash-x.cpp
index b32400e0b0397d3ab712c671ec5deacd1b66cf8b..7d4cf19fa41d1202a26ce4c16fd09f68835bd975 100644 (file)
@@ -1,6 +1,7 @@
 // Test that we can compile .c files as C++ and vice versa
 // RUN: llvmc %s -x c++ %p/../test_data/false.c -x c %p/../test_data/false.cpp -x lisp -x whatnot -x none %p/../test_data/false2.cpp -o %t
 // RUN: %abs_tmp | grep hello
+// XFAIL: vg
 
 extern int test_main();