Chromium Code Reviews| Index: test/mjsunit/bugs/bug-222.js |
| diff --git a/test/mjsunit/bugs/bug-222.js b/test/mjsunit/bugs/bug-222.js |
| index 0df7dd687e108cb61b78250bbcda04868827623e..fad70d10b2cb7d746c5119d1f55661a928c1e56c 100644 |
| --- a/test/mjsunit/bugs/bug-222.js |
| +++ b/test/mjsunit/bugs/bug-222.js |
| @@ -29,7 +29,7 @@ function Foo(a, b) { } |
| Foo(); |
| var oldArgs = Foo.arguments; |
| Foo(); |
| -var newArgs = Foo.arguments |
| +var newArgs = Foo.arguments; |
| assertTrue(oldArgs !== newArgs); |