diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-01 15:00:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-01 15:00:59 -0800 |
commit | b25e59d51d828f6a818141a715e9008f05e7063f (patch) | |
tree | ba17a2c00c1c0130ab2f8f9961290a300f028421 /test | |
parent | dd26c6de358b78900bb4780f7fa640812776d129 (diff) | |
download | binaryen-b25e59d51d828f6a818141a715e9008f05e7063f.tar.gz binaryen-b25e59d51d828f6a818141a715e9008f05e7063f.tar.bz2 binaryen-b25e59d51d828f6a818141a715e9008f05e7063f.zip |
remove hello_world.c until it passes
Diffstat (limited to 'test')
-rw-r--r-- | test/hello_world.c | 7 |
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; -} - |