From 63271d39f8a1100a703adc50861e02caefc2a9d5 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 27 Apr 2016 14:41:46 -0700 Subject: use ONLY hack only for _only files in test/wasm_backend --- test/wasm_backend/hello_world.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/wasm_backend/hello_world.cpp (limited to 'test/wasm_backend/hello_world.cpp') diff --git a/test/wasm_backend/hello_world.cpp b/test/wasm_backend/hello_world.cpp deleted file mode 100644 index a4a6a025d..000000000 --- a/test/wasm_backend/hello_world.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main() { - EM_ASM({ - Module.print("hello, world!"); - }); -} - -- cgit v1.2.3