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 ffdb2bc commit 6fb701eCopy full SHA for 6fb701e
src/tools/compiletest/src/runtest.rs
@@ -1870,11 +1870,9 @@ impl<'test> TestCx<'test> {
1870
} else {
1871
self.fatal("no NodeJS binary found (--nodejs)");
1872
}
1873
- }
1874
-
1875
- // If this is otherwise wasm , then run tests under nodejs with our
+ // If this is otherwise wasm, then run tests under nodejs with our
1876
// shim
1877
- if self.config.target.contains("wasm32") {
+ } else if self.config.target.contains("wasm32") {
1878
if let Some(ref p) = self.config.nodejs {
1879
args.push(p.clone());
1880
0 commit comments