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

Unified Diff: tools/testing/test_configuration.py

Issue 8502015: Fix unbound variable error in python code. This fixes the browser tests breakage. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/test_configuration.py
===================================================================
--- tools/testing/test_configuration.py (revision 1303)
+++ tools/testing/test_configuration.py (working copy)
@@ -80,7 +80,7 @@
else:
return [test_case.BrowserTestCase(
self.context, test_path, filename, False, mode, arch, component,
- options)]
+ self.flags)]
else:
tests = []
if tags:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698