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_only.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/wasm_backend/hello_world_only.cpp (limited to 'test/wasm_backend/hello_world_only.cpp') diff --git a/test/wasm_backend/hello_world_only.cpp b/test/wasm_backend/hello_world_only.cpp deleted file mode 100644 index a4a6a025d..000000000 --- a/test/wasm_backend/hello_world_only.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main() { - EM_ASM({ - Module.print("hello, world!"); - }); -} - -- cgit v1.2.3