aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-04 12:13:20 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-04 12:13:20 -0700
commit2ebaa5c8e1c3715c37ca72e6b687bd18bce14c10 (patch)
tree23be202f11606273b4c1295667db9079155ca6a0 /tests/runner.py
parent65748bb85593d38967a4e8d45476b4fc35558105 (diff)
parentab5249c775475008c6e640040d7284711a6d3348 (diff)
Merge pull request #1225 from inolen/errno
synced library.js errno codes with sys/errno.h
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 803c1d2b..86e97b19 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2244,8 +2244,8 @@ returned |umber one top notchfi FI FO FUM WHEN WHERE WHY HOW WHO|''', ['wowie',
}
'''
expected = '''
- <Numerical argument out of domain>
- <Resource temporarily unavailable>
+ <Math arg out of domain of func>
+ <No more processes>
<34>
<123>
'''