Chromium Code Reviews| Index: test/mjsunit/regress/regress-crbug-351262.js |
| diff --git a/test/message/instanceof.js b/test/mjsunit/regress/regress-crbug-351262.js |
| similarity index 93% |
| copy from test/message/instanceof.js |
| copy to test/mjsunit/regress/regress-crbug-351262.js |
| index 1d55e0f94ebf1ff421ee80b7c7818fb4df7a18f2..be24aade46d6330cb68ed789fa10bfb28724bdab 100644 |
| --- a/test/message/instanceof.js |
| +++ b/test/mjsunit/regress/regress-crbug-351262.js |
| @@ -1,4 +1,4 @@ |
| -// Copyright 2013 the V8 project authors. All rights reserved. |
| +// Copyright 2014 the V8 project authors. All rights reserved. |
| // Redistribution and use in source and binary forms, with or without |
| // modification, are permitted provided that the following conditions are |
| // met: |
| @@ -25,4 +25,5 @@ |
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
Toon Verwaest
2014/03/11 14:40:19
Maybe use the short copyright notice?
|
| -1 instanceof 2; |
| +for (var x in this) {}; |
| +JSON.stringify(this); |