implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / LLVMC / C++ / together.cpp
index f1320ca6d0397afa8839626531b06fc871b3669f..925215a4db51623053b262c91fb5159765f98faf 100644 (file)
@@ -1,6 +1,7 @@
 // Check that we can compile files of different types together.
 // RUN: llvmc %s %p/../test_data/together.c -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
+// XFAIL: vg
 
 extern "C" void test();