Skip to content

Commit 1abb24d

Browse files
committed
Remove wasm test workaround
1 parent 87645ed commit 1abb24d

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)