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_num_only.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/wasm_backend/hello_num_only.cpp (limited to 'test/wasm_backend/hello_num_only.cpp') diff --git a/test/wasm_backend/hello_num_only.cpp b/test/wasm_backend/hello_num_only.cpp deleted file mode 100644 index d272f11c6..000000000 --- a/test/wasm_backend/hello_num_only.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include - -int main() { - int *x = (int*)8; - *x = 123; - EM_ASM({ - Module.print("hello, world " + HEAP32[8>>2] + "!"); - }); -} - -- cgit v1.2.3