diff options
Diffstat (limited to 'tests/tcg/cris/libc/check_hello.c')
-rw-r--r-- | tests/tcg/cris/libc/check_hello.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/tcg/cris/libc/check_hello.c b/tests/tcg/cris/libc/check_hello.c deleted file mode 100644 index fb403ba996..0000000000 --- a/tests/tcg/cris/libc/check_hello.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> -#include <stdlib.h> -int main () -{ - printf ("pass\n"); - exit (0); -} |