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

Unified Diff: tests/compiler/dart2js_native/apply_test.dart

Issue 11021008: Added 'dynamic' keyword, so that 'Dynamic' can be deprecated. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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_native/apply_test.dart
diff --git a/tests/compiler/dart2js_native/apply_test.dart b/tests/compiler/dart2js_native/apply_test.dart
index 7b47412bd74e62ec568d6ddabc499fdcc2e51e82..4220bdf17b1c9396d1e9dc05626d1c8f4103bc01 100644
--- a/tests/compiler/dart2js_native/apply_test.dart
+++ b/tests/compiler/dart2js_native/apply_test.dart
@@ -45,7 +45,7 @@ apply(Function function, ArgumentDescriptor args) {
class ArgumentDescriptor {
final List positionalArguments;
- final Map<String, Dynamic> namedArguments;
+ final Map<String, dynamic> namedArguments;
ArgumentDescriptor(this.positionalArguments, this.namedArguments);
}
« tests/co19/co19-dart2js.status ('K') | « tests/compiler/dart2js/unparser2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698