Skip to content

Commit 37f1ce3

Browse files
committed
Rename the test
1 parent 3160b33 commit 37f1ce3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/wasm/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ extern crate wasm_bindgen;
66

77
pub mod api;
88
pub mod option;
9-
pub mod optional_numbers;
9+
pub mod optional_primitives;
File renamed without changes.

tests/wasm/optional_numbers.rs renamed to tests/wasm/optional_primitives.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use wasm_bindgen_test::*;
22
use wasm_bindgen::prelude::*;
33

4-
#[wasm_bindgen(module = "tests/wasm/optional_numbers.js", version = "*")]
4+
#[wasm_bindgen(module = "tests/wasm/optional_primitives.js", version = "*")]
55
extern {
66
fn i32_js_identity(a: Option<i32>) -> Option<i32>;
77
fn u32_js_identity(a: Option<u32>) -> Option<u32>;

0 commit comments

Comments
 (0)