Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: testing/generate_gmock_mutant.py

Issue 604014: First batch of context menu tests... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/generate_gmock_mutant.py
===================================================================
--- testing/generate_gmock_mutant.py (revision 38776)
+++ testing/generate_gmock_mutant.py (working copy)
@@ -439,12 +439,12 @@
def main():
print HEADER
- for prebound in xrange(0, 4 + 1):
- for args in xrange(0, 4 + 1):
+ for prebound in xrange(0, 6 + 1):
tommi (sloooow) - chröme 2010/02/12 17:14:05 fyi - I have no context to review this file :-/
+ for args in xrange(0, 6 + 1):
GenerateDispatch(prebound, args)
print MUTANT
- for prebound in xrange(0, 4 + 1):
- for args in xrange(0, 4 + 1):
+ for prebound in xrange(0, 6 + 1):
+ for args in xrange(0, 6 + 1):
GenerateCreateFunctor(prebound, args)
print FOOTER

Powered by Google App Engine
This is Rietveld 408576698