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

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

Issue 12092020: Revert "Fix VariableDefinitions.endToken for formal parameters." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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/resolver_test.dart
diff --git a/tests/compiler/dart2js/resolver_test.dart b/tests/compiler/dart2js/resolver_test.dart
index fedd34e6dc5d1f6b645871cea0a6e38f8a353810..fbe3db25144825a3a3f2b4e53fff8cae88b37140 100644
--- a/tests/compiler/dart2js/resolver_test.dart
+++ b/tests/compiler/dart2js/resolver_test.dart
@@ -34,7 +34,7 @@ createLocals(List variables) {
}
}
var definitions = new NodeList(null, new Link.fromList(locals), null, null);
- return new VariableDefinitions(null, Modifiers.EMPTY, definitions);
+ return new VariableDefinitions(null, Modifiers.EMPTY, definitions, null);
}
testLocals(List variables) {
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/tree/unparser.dart ('k') | tests/compiler/dart2js/unparser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698