diff options
| author | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-20 17:23:00 (GMT) |
|---|---|---|
| committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-11-20 17:23:00 (GMT) |
| commit | a731bf17171e7c963492ddec3140c5eb7fdfda20 (patch) | |
| tree | 5a0808bb6503d52a27e07bd7afd541d3aaf765eb /Lib/test/test_cprofile.py | |
| parent | 8284bd6a63fefcbb960068d92ea892f91431a6dc (diff) | |
| download | cpython-a731bf17171e7c963492ddec3140c5eb7fdfda20.zip cpython-a731bf17171e7c963492ddec3140c5eb7fdfda20.tar.gz cpython-a731bf17171e7c963492ddec3140c5eb7fdfda20.tar.bz2 | |
Fix buildbot failures - removing the CPU term in the seconds from the output.
Diffstat (limited to 'Lib/test/test_cprofile.py')
| -rw-r--r-- | Lib/test/test_cprofile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cprofile.py b/Lib/test/test_cprofile.py index 831895c..af3fe62 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 |
