summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/tests
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-22 22:00:23 +0200
committernatrixaeria <janng@gmx.de>2019-05-22 22:00:23 +0200
commit28c16ac6e6955b98f6485564d2c15f639bef5802 (patch)
treedf9d59be376d7d482c95b5be4bc01d010a8d00e4 /WebInterface/wasm/asm-paint/tests
parent9cc2841cf49a6180dc9426892d11e957142e88ea (diff)
Load wasm into the browser and execute it
Diffstat (limited to 'WebInterface/wasm/asm-paint/tests')
-rw-r--r--WebInterface/wasm/asm-paint/tests/web.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/WebInterface/wasm/asm-paint/tests/web.rs b/WebInterface/wasm/asm-paint/tests/web.rs
deleted file mode 100644
index de5c1da..0000000
--- a/WebInterface/wasm/asm-paint/tests/web.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-//! Test suite for the Web and headless browsers.
-
-#![cfg(target_arch = "wasm32")]
-
-extern crate wasm_bindgen_test;
-use wasm_bindgen_test::*;
-
-wasm_bindgen_test_configure!(run_in_browser);
-
-#[wasm_bindgen_test]
-fn pass() {
- assert_eq!(1 + 1, 2);
-}