diff options
author | Anthony Pesch <anthony@usamp.com> | 2013-06-03 21:05:27 -0700 |
---|---|---|
committer | Anthony Pesch <anthony@usamp.com> | 2013-06-04 11:39:26 -0700 |
commit | ab5249c775475008c6e640040d7284711a6d3348 (patch) | |
tree | d7157093a5a5511c08dd9faa4a20c307e137edf9 /tests/runner.py | |
parent | 9265b7cd8e1d23498bc01edb8fa6e745af3ff0d2 (diff) |
Updated tests to reflect new error values
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 7eacd059..427b9c63 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2203,8 +2203,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> ''' |