diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-04 12:13:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-04 12:13:20 -0700 |
commit | 2ebaa5c8e1c3715c37ca72e6b687bd18bce14c10 (patch) | |
tree | 23be202f11606273b4c1295667db9079155ca6a0 /tests/runner.py | |
parent | 65748bb85593d38967a4e8d45476b4fc35558105 (diff) | |
parent | ab5249c775475008c6e640040d7284711a6d3348 (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-x | tests/runner.py | 4 |
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> ''' |