summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/tests/web.rs
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/tests/web.rs')
-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);
-}