diff options
Diffstat (limited to 'tests/alpha/hello-alpha.c')
-rw-r--r-- | tests/alpha/hello-alpha.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/alpha/hello-alpha.c b/tests/alpha/hello-alpha.c deleted file mode 100644 index 79892e6522..0000000000 --- a/tests/alpha/hello-alpha.c +++ /dev/null @@ -1,5 +0,0 @@ -int main (void) -{ - write (1, "hello\n", 6); - return 0; -} |