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

Unified Diff: pkg/smoke/test/static_in_pieces_test.dart

Issue 583803002: fix toString calls on Type objects in smoke (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo Created 6 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
« no previous file with comments | « pkg/smoke/test/common.dart ('k') | pkg/smoke/test/static_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/test/static_in_pieces_test.dart
diff --git a/pkg/smoke/test/static_in_pieces_test.dart b/pkg/smoke/test/static_in_pieces_test.dart
index 17c0629dc3bf105ac6d2747e7729590860e4ae51..dd3848ae996a9d9834d52391017d84c61202b453 100644
--- a/pkg/smoke/test/static_in_pieces_test.dart
+++ b/pkg/smoke/test/static_in_pieces_test.dart
@@ -23,6 +23,7 @@ final configuration = new StaticConfiguration(
#inc0: (o) => o.inc0,
#inc1: (o) => o.inc1,
#inc2: (o) => o.inc2,
+ #toString: (o) => o.toString,
},
setters: {
#i: (o, v) { o.i = v; },
« no previous file with comments | « pkg/smoke/test/common.dart ('k') | pkg/smoke/test/static_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698