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

Unified Diff: dart/frog/tests/leg_only/src/ToStringTest.dart

Issue 9558005: Implement literal maps. (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/tree/nodes.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_only/src/ToStringTest.dart
diff --git a/dart/frog/tests/leg_only/src/ToStringTest.dart b/dart/frog/tests/leg_only/src/ToStringTest.dart
index 00bde14d5b900aa16d615a94c53dffe8aaa90a81..7acf6fd3e11891521405efcb7fdf33fb42c76b00 100644
--- a/dart/frog/tests/leg_only/src/ToStringTest.dart
+++ b/dart/frog/tests/leg_only/src/ToStringTest.dart
@@ -20,6 +20,6 @@ test(expected, x) {
main() {
test("Instance of 'Object'", new Object());
test("Instance of 'A'", new A());
- test("Instance of 'List'", []);
+ test("[]", []);
test("1", 1);
}
« no previous file with comments | « dart/frog/leg/tree/nodes.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698