diff options
Diffstat (limited to 'test/LLVMC/C++/unknown_suffix.unk')
-rw-r--r-- | test/LLVMC/C++/unknown_suffix.unk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/LLVMC/C++/unknown_suffix.unk b/test/LLVMC/C++/unknown_suffix.unk deleted file mode 100644 index bf4aea2..0000000 --- a/test/LLVMC/C++/unknown_suffix.unk +++ /dev/null @@ -1,9 +0,0 @@ -// Test that the -x option works for files with unknown suffixes. -// RUN: llvmc -x c++ %s -o %t -// RUN: %abs_tmp | grep hello -// XFAIL: vg -#include <iostream> - -int main() { - std::cout << "hello" << '\n'; -} |