Auto merge of #2307 - JohnTitor:check-wasm-tests, r=JohnTitor

Remove wasm test workaround

r? `@ghost`
This commit is contained in:
bors 2021-07-29 22:22:16 +00:00
commit b657542a9a

View file

@ -7,9 +7,5 @@ shift
dir=$(dirname $me)
file=$(basename $me)
if echo $file | grep -q wasm; then
exit 0 # FIXME(rust-lang/cargo#4750)
fi
cd $dir
exec node $file "$@"