Covert this test to .s form.
[oota-llvm.git] / test / LLVMC / ObjC / hello.m
index 1cda9c3a3405eafd52a0061cea0486c34b403c8d..b2d903f8d53f1d2b362ba39882d0ed9c2a82e28c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Check that we can compile helloworld
  * RUN: llvmc %s -o %t
- * RUN: ./%t | grep hello
+ * RUN: %abs_tmp | grep hello
  */
 
 #include <stdio.h>