Fixed old incorrect test

This commit is contained in:
Edwin Cheng 2019-05-03 00:20:27 +08:00
parent ab91050d49
commit 11d6a1449d

View file

@ -1288,6 +1288,6 @@ cfg_if ! {
}
}
"#,
"__cfg_if_items ! {() ; (() (mod libunwind ; pub use libunwind :: * ;)) ,}");
"__cfg_if_items ! {() ; ((target_env = \"msvc\") ()) , ((all (target_arch = \"wasm32\" , not (target_os = \"emscripten\"))) ()) , (() (mod libunwind ; pub use libunwind :: * ;)) ,}");
}
}