From 9d6704476bf5fc8783501a4ab1e7db90f6dd155e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 14 Nov 2013 14:14:03 -0800 Subject: update test_pgo --- tests/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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''' -- cgit v1.2.3-18-g5258