Fix emscripten tests
This commit is contained in:
parent
97cd27ab1d
commit
af217f7f78
1 changed files with 4 additions and 7 deletions
|
|
@ -4,13 +4,10 @@
|
|||
// pretty-expanded FIXME #23616
|
||||
|
||||
#[cfg(target_family = "windows")]
|
||||
pub fn main() {
|
||||
}
|
||||
pub fn main() {}
|
||||
|
||||
#[cfg(target_family = "unix")]
|
||||
pub fn main() {
|
||||
}
|
||||
pub fn main() {}
|
||||
|
||||
#[cfg(target_family="wasm")]
|
||||
pub fn main() {
|
||||
}
|
||||
#[cfg(all(target_family = "wasm", not(target_os = "emscripten")))]
|
||||
pub fn main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue