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