Hack to make this test work on platforms which aren't Macs. Fixing this
[oota-llvm.git] / test / LLVMC / together.cpp
index 62ff821154de16464fde2ce4ae1882f3b5d38af7..b07250e9d0b3ead139816baa914a23fff8d7fa19 100644 (file)
@@ -1,6 +1,5 @@
 // Check that we can compile files of different types together.
-// TOFIX: compiling files with same names should work.
-// RUN: llvmc2 %s %p/together1.c -o %t
+// RUN: llvmc %s %p/test_data/together.c -o %t
 // RUN: ./%t | grep hello
 
 extern "C" void test();