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

Unified Diff: dart/frog/tests/leg/src/mock_compiler.dart

Issue 9724032: Resolve type Dynamic and implement black listing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 8 years, 9 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
« no previous file with comments | « dart/frog/leg/warnings.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg/src/mock_compiler.dart
diff --git a/dart/frog/tests/leg/src/mock_compiler.dart b/dart/frog/tests/leg/src/mock_compiler.dart
index 41dca66e5eb2f6e47dbce6f872f50425cacbaeb5..073be0184cd2333d285fc3287def03c88ff5000c 100644
--- a/dart/frog/tests/leg/src/mock_compiler.dart
+++ b/dart/frog/tests/leg/src/mock_compiler.dart
@@ -67,8 +67,7 @@ class MockCompiler extends Compiler {
parseScript(helperSource, jsHelperLibrary);
scanner.importLibrary(jsHelperLibrary, coreLibrary, null);
mainApp = mockLibrary(this, "");
- objectClass = coreLibrary.find(Compiler.OBJECT);
- closureClass = jsHelperLibrary.find(Compiler.CLOSURE);
+ initializeSpecialClasses();
}
void reportWarning(Node node, var message) {
« no previous file with comments | « dart/frog/leg/warnings.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698