diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-23 10:54:59 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-23 10:54:59 -0700 |
commit | 23ed21d54e73db3597b64b6b06ab09194717c1c4 (patch) | |
tree | 337d4579d80cc9dba5486de97804944f283c5193 /tests/runner.py | |
parent | ade7864b5d424b961313773b4487c0798e0bebed (diff) |
clear errors on calling dead functions
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 33a2ef67..bd6fd838 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8070,7 +8070,7 @@ def process(filename): Settings.DEAD_FUNCTIONS = [] # Run the same code with argc that uses the dead function, see abort - test(('abort', 'is not a function'), args=['a', 'b'], no_build=True) + test(('dead:_unused' if Settings.ASSERTIONS else 'abort', 'is not a function'), args=['a', 'b'], no_build=True) # Normal stuff run_all('normal', r''' |