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

Unified Diff: utils/testrunner/layout_test_runner.dart

Issue 11033042: Change imports etc to new syntax. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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: utils/testrunner/layout_test_runner.dart
===================================================================
--- utils/testrunner/layout_test_runner.dart (revision 13306)
+++ utils/testrunner/layout_test_runner.dart (working copy)
@@ -4,6 +4,10 @@
// The filters must be set by the caller that #sources this file.
List includeFilters;
+
+// dart2js is not handling 'part of' properly yet; when it does uncomment this.
Siggi Cherem (dart-lang) 2012/10/05 21:37:51 nit: write as TODO(gram): ...
+//part of layout_test;
+
List excludeFilters;
class LayoutTestConfiguration extends unittest.Configuration {

Powered by Google App Engine
This is Rietveld 408576698