| Index: test/regression/121.stmt
|
| diff --git a/test/regression/121.stmt b/test/regression/121.stmt
|
| index b381bdf043dc1675c22ba3198b9a627543661af8..e834810b3aeee9038683d633a3cf3e2f207b56e6 100644
|
| --- a/test/regression/121.stmt
|
| +++ b/test/regression/121.stmt
|
| @@ -14,7 +14,9 @@
|
| if (!firstArgument.isString) {
|
| DartType type = defaultValue.getType(compiler.coreTypes);
|
| compiler.reportFatalError(send.arguments.head,
|
| - MessageKind.NOT_ASSIGNABLE,
|
| - {'fromType': type, 'toType': compiler.stringClass.rawType});
|
| + MessageKind.NOT_ASSIGNABLE, {
|
| + 'fromType': type,
|
| + 'toType': compiler.stringClass.rawType
|
| + });
|
| return null;
|
| }
|
|
|