From d15fe879834b0c58d2d4d8526cb428990f7b50a7 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 26 Nov 2019 18:05:09 -0800 Subject: Remove vanilla tests (#2482) These have not been used in years and seem outdated. --- test/wasm_backend/hello_world_real.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/wasm_backend/hello_world_real.cpp (limited to 'test/wasm_backend/hello_world_real.cpp') diff --git a/test/wasm_backend/hello_world_real.cpp b/test/wasm_backend/hello_world_real.cpp deleted file mode 100644 index 1e39e8bd4..000000000 --- a/test/wasm_backend/hello_world_real.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main() { - printf("hello, world!\n"); -} - -- cgit v1.2.3