Index: test/mjsunit/regress/regress-355485.js |
diff --git a/test/mjsunit/regress/regress-crbug-351262.js b/test/mjsunit/regress/regress-355485.js |
similarity index 77% |
copy from test/mjsunit/regress/regress-crbug-351262.js |
copy to test/mjsunit/regress/regress-355485.js |
index a2f4eadc0de5c2bd7d27f6e78ff9940fce7b0f85..3c66884c000dd5860b2bd9c82705f7a58afb28ae 100644 |
--- a/test/mjsunit/regress/regress-crbug-351262.js |
+++ b/test/mjsunit/regress/regress-355485.js |
@@ -2,5 +2,4 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-for (var x in this) {}; |
-JSON.stringify(this); |
+assertEquals("\u039c", "\u00b5".toUpperCase()); |