]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
Add test cases for issue #26186
[rust.git] / src / bootstrap / test.rs
index 22bf6b8a9d4dce99392222a591a10154fb821e7d..cb1b0ebf8db4ac883eda6ef61d489fbe4d126ff8 100644 (file)
@@ -1276,7 +1276,7 @@ fn run(self, builder: &Builder<'_>) {
         builder.ensure(native::TestHelpers { target: compiler.host });
 
         // As well as the target, except for plain wasm32, which can't build it
-        if !target.contains("wasm32") || target.contains("emscripten") {
+        if !target.contains("wasm") || target.contains("emscripten") {
             builder.ensure(native::TestHelpers { target });
         }