diff options
Diffstat (limited to 'test/intl402/9.2.1_4.js')
-rw-r--r-- | test/intl402/9.2.1_4.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/intl402/9.2.1_4.js b/test/intl402/9.2.1_4.js index e4952c403..86c99f4f4 100644 --- a/test/intl402/9.2.1_4.js +++ b/test/intl402/9.2.1_4.js @@ -28,6 +28,4 @@ testWithIntlConstructors(function (Constructor) { assert.sameValue(supportedForNumber.length, supportedForEmptyList.length, "Supported locales differ between numeric and empty list input."); var supportedForBoolean = Constructor.supportedLocalesOf(true); assert.sameValue(supportedForBoolean.length, supportedForEmptyList.length, "Supported locales differ between boolean and empty list input."); - - return true; }); |