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 a740b44 commit 221c60aCopy full SHA for 221c60a
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