| Index: test/mjsunit/mirror-function.js
|
| diff --git a/test/mjsunit/mirror-function.js b/test/mjsunit/mirror-function.js
|
| index 58aee3dae8e0671cc9fb8919c57c12bcbef830bf..cda815df68d7d537a41ceaa73ecdf1cbf045547a 100644
|
| --- a/test/mjsunit/mirror-function.js
|
| +++ b/test/mjsunit/mirror-function.js
|
| @@ -65,7 +65,7 @@ function testFunctionMirror(f) {
|
| assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror);
|
| assertTrue(mirror.protoObject() instanceof debug.Mirror);
|
| assertTrue(mirror.prototypeObject() instanceof debug.Mirror);
|
| -
|
| +
|
| // Test text representation
|
| assertEquals(f.toString(), mirror.toText());
|
|
|
|
|