Fix a typo in a comment.

pull/88/head
Dan Gohman 6 years ago
parent eb772699c1
commit 038df2c5a4

@ -4,7 +4,7 @@ set -ueo pipefail
# A simple testcase runner that runs a command, captures all its command-line
# outputs, and compares them against expected outputs.
# Command-line parsing; this script is meant to be run from a # higher-level
# Command-line parsing; this script is meant to be run from a higher-level
# script, so don't do anything fancy.
runwasi="$1"
clang="$2"

Loading…
Cancel
Save