summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-01 15:00:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-01 15:00:59 -0800
commitb25e59d51d828f6a818141a715e9008f05e7063f (patch)
treeba17a2c00c1c0130ab2f8f9961290a300f028421
parentdd26c6de358b78900bb4780f7fa640812776d129 (diff)
downloadbinaryen-b25e59d51d828f6a818141a715e9008f05e7063f.tar.gz
binaryen-b25e59d51d828f6a818141a715e9008f05e7063f.tar.bz2
binaryen-b25e59d51d828f6a818141a715e9008f05e7063f.zip
remove hello_world.c until it passes
-rw-r--r--test/hello_world.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/hello_world.c b/test/hello_world.c
deleted file mode 100644
index eb47ea813..000000000
--- a/test/hello_world.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include<stdio.h>
-
-int main() {
- printf("hello, world!\n");
- return 0;
-}
-