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

Unified Diff: dart/tools/testing/test_configuration.py

Issue 8508016: Create class AST nodes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« dart/frog/leg/scanner/parser.dart ('K') | « dart/frog/world.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/test_configuration.py
diff --git a/dart/tools/testing/test_configuration.py b/dart/tools/testing/test_configuration.py
index a660690c32ce6c7933451eb0c5d46421c32d68ea..efa51131c5ed959adc94b6d3f8dea04781a912d6 100644
--- a/dart/tools/testing/test_configuration.py
+++ b/dart/tools/testing/test_configuration.py
@@ -92,7 +92,8 @@ class StandardTestConfiguration(test.TestConfiguration):
test_path + [tag],
test_source,
kind,
- mode, arch, component))
+ mode, arch, component,
+ self.flags))
else:
if vm_options_list:
for options in vm_options_list:
« dart/frog/leg/scanner/parser.dart ('K') | « dart/frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698