summaryrefslogtreecommitdiff
path: root/test/wasm_backend/hello_world_only.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm_backend/hello_world_only.cpp')
-rw-r--r--test/wasm_backend/hello_world_only.cpp8
1 files changed, 0 insertions, 8 deletions
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 <emscripten.h>
-
-int main() {
- EM_ASM({
- Module.print("hello, world!");
- });
-}
-