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

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

Issue 392873002: Element-model refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 5 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: tests/compiler/dart2js/type_checker_test.dart
diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
index 6515eee20ec17922a55184bfe5861c71e43132a4..7f634e46915cd759152b4f9cb63ee9e300411f8f 100644
--- a/tests/compiler/dart2js/type_checker_test.dart
+++ b/tests/compiler/dart2js/type_checker_test.dart
@@ -2140,7 +2140,7 @@ void generateOutput(MockCompiler compiler, String text) {
}
analyzeIn(MockCompiler compiler,
- Element element,
+ ExecutableElement element,
String text,
[expectedWarnings]) {
if (expectedWarnings == null) expectedWarnings = [];

Powered by Google App Engine
This is Rietveld 408576698