diff options
Diffstat (limited to 'test/LLVMC/C++/hello.cpp')
-rw-r--r-- | test/LLVMC/C++/hello.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLVMC/C++/hello.cpp b/test/LLVMC/C++/hello.cpp index b9c6399ebf..8f38306e9e 100644 --- a/test/LLVMC/C++/hello.cpp +++ b/test/LLVMC/C++/hello.cpp @@ -1,6 +1,7 @@ // Test that we can compile C++ code. // RUN: llvmc %s -o %t // RUN: %abs_tmp | grep hello +// XFAIL: vg #include <iostream> int main() { |