| Index: LayoutTests/dart/inspector/evaluate-in-console.html
|
| diff --git a/LayoutTests/dart/inspector/evaluate-in-console.html b/LayoutTests/dart/inspector/evaluate-in-console.html
|
| index 027e208284a05596d8afc8b800403e2014df01ff..b089c4d8e03f4f13c53f04b521af76f495964843 100644
|
| --- a/LayoutTests/dart/inspector/evaluate-in-console.html
|
| +++ b/LayoutTests/dart/inspector/evaluate-in-console.html
|
| @@ -53,6 +53,7 @@ function test()
|
| 'test.foo',
|
| 'test.foo = 3',
|
| 'test.foo',
|
| + 'test.somePropertyThatDoesntExist',
|
| 'test.toString()',
|
| 'test.toString(1)',
|
| 'test.create("x").instanceField',
|
|
|