implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / LLVMC / ObjC++ / hello.mm
index ff82e4af518d9ecd56c31d1b8494eea8220c014d..2125dc76b7222aab72bb0566c446a370594443b4 100644 (file)
@@ -1,6 +1,6 @@
 // Test that we can compile Objective-C++ code.
 // RUN: llvmc %s -o %t
-// RUN: ./%t | grep hello
+// RUN: %abs_tmp | grep hello
 #include <iostream>
 
 int main() {