Skip to content

Commit 221c60a

Browse files
fix: add missing warning on wasm compiler
1 parent a740b44 commit 221c60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-wasm/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ fn test_warnings() {
102102

103103
assert!(compile_package(0, "javascript").is_ok());
104104
assert!(pop_warning(0).is_some());
105+
assert!(pop_warning(0).is_some());
105106
assert!(pop_warning(0).is_none());
106107
}

0 commit comments

Comments
 (0)