| Index: tests/standalone/debugger/tostring_throws_test.dart
|
| ===================================================================
|
| --- tests/standalone/debugger/tostring_throws_test.dart (revision 31995)
|
| +++ tests/standalone/debugger/tostring_throws_test.dart (working copy)
|
| @@ -18,11 +18,12 @@
|
| }
|
| }
|
|
|
| +// Make sure Foo.toString() does not get called.
|
| var testScript = [
|
| MatchFrame(0, "main"),
|
| SetBreakpoint(12),
|
| Resume(),
|
| MatchFrame(0, "main"),
|
| - MatchLocals({"foo": "#ERROR"}),
|
| + MatchLocals({"foo": "object of type Foo"}),
|
| Resume(),
|
| ];
|
|
|