diff options
Diffstat (limited to 'test/LLVMC/ObjC')
-rw-r--r-- | test/LLVMC/ObjC/dg.exp | 5 | ||||
-rw-r--r-- | test/LLVMC/ObjC/hello.m | 12 |
2 files changed, 0 insertions, 17 deletions
diff --git a/test/LLVMC/ObjC/dg.exp b/test/LLVMC/ObjC/dg.exp deleted file mode 100644 index 18f73a7..0000000 --- a/test/LLVMC/ObjC/dg.exp +++ /dev/null @@ -1,5 +0,0 @@ -load_lib llvm.exp - -if [ llvm_gcc_supports objc ] then { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]] -} diff --git a/test/LLVMC/ObjC/hello.m b/test/LLVMC/ObjC/hello.m deleted file mode 100644 index b2d903f..0000000 --- a/test/LLVMC/ObjC/hello.m +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Check that we can compile helloworld - * RUN: llvmc %s -o %t - * RUN: %abs_tmp | grep hello - */ - -#include <stdio.h> - -int main() { - printf("hello\n"); - return 0; -} |