Teach InlineFunction how to differentiate between multiple-value
[oota-llvm.git] / test / LLVMC / hello.cpp
index 4b45ea945e0134c05176d8454d08a2fc5e67917b..a3148c3c164f1facaf6cc2ab5bcf34547a67d486 100644 (file)
@@ -1,5 +1,5 @@
 // Test that we can compile C++ code.
-// RUN: llvmc2 --linker=c++ %s -o %t
+// RUN: llvmc2 %s -o %t
 // RUN: ./%t | grep hello
 #include <iostream>