diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-20 03:21:38 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-21 03:22:33 +0200 |
commit | 2e24034c3f90f9111d1f07cf1ff6276e7c6809a2 (patch) | |
tree | 9479668a8e382c887245d9ab70b4f23b4cabcaed /tests | |
parent | 82fabf4e527a68df3323653688541b7beda1af46 (diff) | |
download | micropython-2e24034c3f90f9111d1f07cf1ff6276e7c6809a2.tar.gz micropython-2e24034c3f90f9111d1f07cf1ff6276e7c6809a2.zip |
run-tests-exp.sh: Typo fix in comment.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-tests-exp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests-exp.sh b/tests/run-tests-exp.sh index 5bc84d1e32..8f81b96d2f 100755 --- a/tests/run-tests-exp.sh +++ b/tests/run-tests-exp.sh @@ -2,7 +2,7 @@ # # This is plain shell variant of run-tests script, which uses .exp files # as generated by run-tests --write-exp. It is useful to run testsuite -# on embedded systems which doesn't have CPython3. +# on embedded systems which don't have CPython3. # RM="rm -f" |