Skip to content

Commit a73a2b3

Browse files
committed
Fix a typo in a comment.
1 parent 68603d4 commit a73a2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testcase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ueo pipefail
44
# A simple testcase runner that runs a command, captures all its command-line
55
# outputs, and compares them against expected outputs.
66

7-
# Command-line parsing; this script is meant to be run from a # higher-level
7+
# Command-line parsing; this script is meant to be run from a higher-level
88
# script, so don't do anything fancy.
99
runwasi="$1"
1010
clang="$2"

0 commit comments

Comments
 (0)