Skip to content

Commit c6eb1b1

Browse files
committed
Fix comment in testcase.sh
1 parent 1168509 commit c6eb1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testcase.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ stdout_observed="$wasm.stdout.observed"
1515
stderr_observed="$wasm.stderr.observed"
1616
exit_status_observed="$wasm.exit_status.observed"
1717

18-
# If we don't have a runwasi command, we're just doing compile-only testing.
18+
# Double-check that a runwasi command was specified since otherwise this script
19+
# was invoked with no arguments which isn't as intended.
1920
if [ "$runwasi" == "" ]; then
2021
exit 1
2122
fi

0 commit comments

Comments
 (0)