diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-24 13:23:34 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-24 13:25:51 -0700 |
commit | e6b1b23b34e16a38994dc914dbe554887ba04a3d (patch) | |
tree | 8c6cc1953481a423683a05e03524e9cd475bd580 /tests | |
parent | 01ce06500abc9c7d317d0324f67f9588b6776499 (diff) |
warn on missing functions
Diffstat (limited to 'tests')
-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 51247756..5602fd94 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8176,7 +8176,7 @@ def process(filename): Settings.DEAD_FUNCTIONS = [] # Run the same code with argc that uses the dead function, see abort - test(('missing library function: unused'), args=['a', 'b'], no_build=True) + test(('missing function: unused'), args=['a', 'b'], no_build=True) # Normal stuff run_all('normal', r''' |