diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-14 14:14:03 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-14 14:14:24 -0800 |
commit | 9d6704476bf5fc8783501a4ab1e7db90f6dd155e (patch) | |
tree | 0ba6d0e786c38fc067a8265f01d590c60a903236 | |
parent | 6a7d0892d7e68ff5bcac6780f5cbb91a7806de01 (diff) |
update test_pgo
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index ecd3923e..34a9b372 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -9505,7 +9505,7 @@ def process(filename): Settings.DEAD_FUNCTIONS = [] # Run the same code with argc that uses the dead function, see abort - test(('missing function: unused'), args=['a', 'b'], no_build=True) + test(('dead function: unused'), args=['a', 'b'], no_build=True) # Normal stuff run_all('normal', r''' |