aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-11-14 14:14:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-11-14 14:14:24 -0800
commit9d6704476bf5fc8783501a4ab1e7db90f6dd155e (patch)
tree0ba6d0e786c38fc067a8265f01d590c60a903236
parent6a7d0892d7e68ff5bcac6780f5cbb91a7806de01 (diff)
update test_pgo
-rw-r--r--tests/test_core.py2
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'''