| Index: test/intl/string/normalization.js
|
| diff --git a/test/intl/string/normalization.js b/test/intl/string/normalization.js
|
| index 446d6277db174878de2a732cf0b0d449ed2f09f9..25d314ea287c8b173db367c04212311970f1cc51 100644
|
| --- a/test/intl/string/normalization.js
|
| +++ b/test/intl/string/normalization.js
|
| @@ -27,6 +27,8 @@
|
|
|
| // Tests the new String.prototype.normalize method.
|
|
|
| +assertEquals(String.prototype.normalize.length, 0);
|
| +assertEquals(String.prototype.propertyIsEnumerable("normalize"), false);
|
|
|
| // Common use case when searching for 'not very exact' match.
|
| // These are examples of data one might encounter in real use.
|
|
|