| Index: LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| diff --git a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| index ac5a8cff35bbad4cceb9d0dba7ffc5d4715363d7..ef0a7451e78784699429589af02ddeafdf8ef2cd 100644
|
| --- a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| +++ b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
|
| @@ -11,7 +11,14 @@ test.foo = null
|
| test.foo = 3 = 3
|
| test.foo = 3
|
| test.toString() = "<Test instance with instanceField = new value>"
|
| -test.toString(1) = "NoSuchMethodException: incorrect number of arguments passed to function named 'toString'"
|
| +test.toString(1) = "Unhandled exception:
|
| +Closure call with mismatched arguments: function 'call'
|
| +
|
| +NoSuchMethodError: incorrect number of arguments passed to method named 'call'
|
| +Receiver: Closure: () => String from Function 'toString':.
|
| +Tried calling: call(1)
|
| +Found: call()
|
| +#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:19:25)"
|
| test.create("x").instanceField = "x"
|
| test.concat(test.create("x"), test.create("y")) = "new value:x:y"
|
| _private = "private"
|
|
|