As with r70333, give the primary induction variable a use so
[oota-llvm.git] / test / LLVMC / hello.cpp
index a3148c3c164f1facaf6cc2ab5bcf34547a67d486..27c89d66fa73fd488c425a876e937bd41017df03 100644 (file)
@@ -1,5 +1,5 @@
 // Test that we can compile C++ code.
-// RUN: llvmc2 %s -o %t
+// RUN: llvmc %s -o %t
 // RUN: ./%t | grep hello
 #include <iostream>