We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa7045 commit 1aa5257Copy full SHA for 1aa5257
src/tools/compiletest/src/header/tests.rs
@@ -526,9 +526,15 @@ fn wasm_special() {
526
("wasm32-wasi", "wasm32", true),
527
("wasm32-wasi", "wasm32-bare", false),
528
("wasm32-wasi", "wasi", true),
529
+ // NB: the wasm32-wasi-preview1 target is new so this isn't tested for
530
+ // the bootstrap compiler.
531
+ #[cfg(not(bootstrap))]
532
("wasm32-wasi-preview1", "emscripten", false),
533
534
("wasm32-wasi-preview1", "wasm32", true),
535
536
("wasm32-wasi-preview1", "wasm32-bare", false),
537
538
("wasm32-wasi-preview1", "wasi", true),
539
("wasm64-unknown-unknown", "emscripten", false),
540
("wasm64-unknown-unknown", "wasm32", false),
0 commit comments