]> granicus.if.org Git - python/commitdiff
Fix buildbot failures - removing the CPU term in the seconds from the output.
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 20 Nov 2010 17:23:00 +0000 (17:23 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 20 Nov 2010 17:23:00 +0000 (17:23 +0000)
Lib/test/test_cprofile.py
Lib/test/test_profile.py

index 831895c389fd04fffdf3b9e416a8eaca03375b2a..af3fe62a9a6b0e40c9df499d443c90a3f495ce01 100644 (file)
@@ -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
 
index e40beaff6582185e91769b16b83b5b4ada4aa0fe..aa93d399e84853d37585b5f5ded8db6e532af6eb 100644 (file)
@@ -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