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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java

Issue 262253002: Add flag to AnalysisOptions to be able to disable deferred loading. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase with bleeding_edge, updated status files not to break build Created 6 years, 7 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: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
index 8eba8aeda6ac02417a2ec6fc071da8d8a9d3aa0e..f8143ffc01ea328ed3b68bee2556455be5d8e31a 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/TestAll.java
@@ -22,6 +22,7 @@ public class TestAll {
public static Test suite() {
TestSuite suite = new ExtendedTestSuite("Tests in " + TestAll.class.getPackage().getName());
suite.addTestSuite(CompileTimeErrorCodeTest.class);
+ suite.addTestSuite(DeferredLoadingTest.class);
suite.addTestSuite(ErrorResolverTest.class);
suite.addTestSuite(HintCodeTest.class);
suite.addTestSuite(MemberMapTest.class);

Powered by Google App Engine
This is Rietveld 408576698