diff options
Diffstat (limited to 'llvm/test/LLVMC/C++/together.cpp')
| -rw-r--r-- | llvm/test/LLVMC/C++/together.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/LLVMC/C++/together.cpp b/llvm/test/LLVMC/C++/together.cpp deleted file mode 100644 index 925215a4db5..00000000000 --- a/llvm/test/LLVMC/C++/together.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// Check that we can compile files of different types together. -// RUN: llvmc %s %p/../test_data/together.c -o %t -// RUN: %abs_tmp | grep hello -// XFAIL: vg - -extern "C" void test(); - -int main() { - test(); -} |

