Skip to content

Commit f3f4e1e

Browse files
RalfJungAmanieu
authored andcommitted
move wasm comment to a better place
1 parent bd9c4dc commit f3f4e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/run.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ cargo_test() {
7575
cmd="$cmd ${subcmd} --target=$TARGET $1"
7676
cmd="$cmd -- $2"
7777

78-
# wasm targets can't catch panics so if a test failures make sure the test
79-
# harness isn't trying to capture output, otherwise we won't get any useful
80-
# output.
8178
case ${TARGET} in
79+
# wasm targets can't catch panics so if a test failures make sure the test
80+
# harness isn't trying to capture output, otherwise we won't get any useful
81+
# output.
8282
wasm32*)
8383
cmd="$cmd --nocapture"
8484
;;

0 commit comments

Comments
 (0)