Skip to content

Commit b657542

Browse files
committed
Auto merge of #2307 - JohnTitor:check-wasm-tests, r=JohnTitor
Remove wasm test workaround r? `@ghost`
2 parents b2c7cc1 + 1abb24d commit b657542

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/docker/wasm32-unknown-emscripten/node-wrapper.sh

-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ shift
77
dir=$(dirname $me)
88
file=$(basename $me)
99

10-
if echo $file | grep -q wasm; then
11-
exit 0 # FIXME(rust-lang/cargo#4750)
12-
fi
13-
1410
cd $dir
1511
exec node $file "$@"

0 commit comments

Comments
 (0)