| 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.");
|
| }
|
| }
|
| }
|
|
|