From a731bf17171e7c963492ddec3140c5eb7fdfda20 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sat, 20 Nov 2010 17:23:00 +0000 Subject: [PATCH] Fix buildbot failures - removing the CPU term in the seconds from the output. --- Lib/test/test_cprofile.py | 2 +- Lib/test/test_profile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_cprofile.py b/Lib/test/test_cprofile.py index 831895c389..af3fe62a9a 100644 --- a/Lib/test/test_cprofile.py +++ b/Lib/test/test_cprofile.py @@ -39,7 +39,7 @@ def main(): # Don't remove this comment. Everything below it is auto-generated. #--cut-------------------------------------------------------------------------- CProfileTest.expected_output['print_stats'] = """\ - 126 function calls (106 primitive calls) in 1.000 CPU seconds + 126 function calls (106 primitive calls) in 1.000 seconds Ordered by: standard name diff --git a/Lib/test/test_profile.py b/Lib/test/test_profile.py index e40beaff65..aa93d399e8 100644 --- a/Lib/test/test_profile.py +++ b/Lib/test/test_profile.py @@ -93,7 +93,7 @@ def main(): # Don't remove this comment. Everything below it is auto-generated. #--cut-------------------------------------------------------------------------- ProfileTest.expected_output['print_stats'] = """\ - 127 function calls (107 primitive calls) in 999.749 CPU seconds + 127 function calls (107 primitive calls) in 999.749 seconds Ordered by: standard name -- 2.50.1