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

Unified Diff: compiler/javatests/com/google/dart/compiler/type/TypeTests.java

Issue 8479037: Provide enclosing element (method) for local function object, issue 145 (Closed) Base URL: https://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
Index: compiler/javatests/com/google/dart/compiler/type/TypeTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeTests.java b/compiler/javatests/com/google/dart/compiler/type/TypeTests.java
index b14b65140d4133ba759f43d7d2b8e3ccc6fb82a0..a7539f11c929d6981406a3834a7188e78495c22c 100644
--- a/compiler/javatests/com/google/dart/compiler/type/TypeTests.java
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeTests.java
@@ -20,6 +20,7 @@ public class TypeTests extends TestSetup {
suite.addTestSuite(TypeTest.class);
suite.addTestSuite(FunctionTypeTest.class);
suite.addTestSuite(TypeAnalyzerTest.class);
+ suite.addTestSuite(TypeAnalyzerSlowTest.class);
return suite;
}

Powered by Google App Engine
This is Rietveld 408576698