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

Unified Diff: samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart

Issue 10565029: Fix + usages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart
diff --git a/samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart b/samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart
index 60f2ec0593f27faa2d40919efd6c1cc4134b8030..e0271bf1120566dd6b9661efbdb4319a58df9c1a 100644
--- a/samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart
+++ b/samples/tests/samples/proxy/mint_maker_promise_with_stubs_generated_test.dart
@@ -44,7 +44,7 @@ class Mint$Dispatcher extends Dispatcher<Mint> {
reply(port);
} else {
// TODO(kasperl,benl): Somehow throw an exception instead.
- reply("Exception: command '" + command + "' not understood by Mint.");
+ reply("Exception: command '$command' not understood by Mint.");
}
}
}
@@ -118,7 +118,7 @@ class Purse$Dispatcher extends Dispatcher<Purse> {
reply(deposit);
} else {
// TODO(kasperl,benl): Somehow throw an exception instead.
- reply("Exception: command '" + command + "' not understood by Purse.");
+ reply("Exception: command '$command' not understood by Purse.");
}
}
}

Powered by Google App Engine
This is Rietveld 408576698