summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/alpha/hello-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/tcg/alpha/hello-alpha.c')
-rw-r--r--qemu/tests/tcg/alpha/hello-alpha.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/tests/tcg/alpha/hello-alpha.c b/qemu/tests/tcg/alpha/hello-alpha.c
deleted file mode 100644
index 79892e652..000000000
--- a/qemu/tests/tcg/alpha/hello-alpha.c
+++ /dev/null
@@ -1,5 +0,0 @@
-int main (void)
-{
- write (1, "hello\n", 6);
- return 0;
-}