Skip to content

Commit 11263a2

Browse files
committed
Unblocking the build
1 parent 200b5c4 commit 11263a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wasm-splats/tests/web.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ wasm_bindgen_test_configure!(run_in_browser);
99

1010
#[wasm_bindgen_test]
1111
fn pass() {
12-
assert_eq!(1 + 1, 2);
12+
let two = 1 + 1;
13+
assert_eq!(two, 2);
1314
}

0 commit comments

Comments
 (0)