We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7022a8 commit c664d1aCopy full SHA for c664d1a
compiler-wasm/src/tests.rs
@@ -102,5 +102,6 @@ fn test_warnings() {
102
103
assert!(compile_package(0, "javascript").is_ok());
104
assert!(pop_warning(0).is_some());
105
+ assert!(pop_warning(0).is_some());
106
assert!(pop_warning(0).is_none());
107
}
0 commit comments