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

Unified Diff: tests/compiler/dart2js/mock_compiler.dart

Issue 11099044: Register parameter types for closure invocations to the backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Disable call_test for VM. 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
« no previous file with comments | « lib/compiler/implementation/ssa/codegen.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index b783257f4b1a30916e85c981e91a9dec1f555c57..1ed2b037680762d86839594443b0254373940bb1 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -90,6 +90,7 @@ class MockCompiler extends Compiler {
mainApp = mockLibrary(this, "");
initializeSpecialClasses();
+ objectClass.ensureResolved(this);
ngeoffray 2012/10/15 12:53:39 Did you find out why you need to do this? Maybe ad
floitsch 2012/10/18 15:59:52 https://codereview.chromium.org/11184042/
}
/**
« no previous file with comments | « lib/compiler/implementation/ssa/codegen.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698