From 24c29db550164b74c7cf3a53de4503f55a5ccea0 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Tue, 18 Sep 2018 03:02:55 +0530 Subject: [PATCH] Rename initial-value to configurable and add initial check to prop-desc --- .../prototype/toStringTag/{initial-value.js => configurable.js} | 0 test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js | 1 + 2 files changed, 1 insertion(+) rename test/intl402/NumberFormat/prototype/toStringTag/{initial-value.js => configurable.js} (100%) diff --git a/test/intl402/NumberFormat/prototype/toStringTag/initial-value.js b/test/intl402/NumberFormat/prototype/toStringTag/configurable.js similarity index 100% rename from test/intl402/NumberFormat/prototype/toStringTag/initial-value.js rename to test/intl402/NumberFormat/prototype/toStringTag/configurable.js diff --git a/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js b/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js index 25fbb74f5f..34367a35ce 100644 --- a/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js +++ b/test/intl402/NumberFormat/prototype/toStringTag/prop-desc.js @@ -8,6 +8,7 @@ description: > includes: [propertyHelper.js] ---*/ +assert.sameValue(Intl.NumberFormat.prototype[Symbol.toStringTag], 'Object'); verifyProperty(Intl.NumberFormat.prototype, Symbol.toStringTag, { writable: false, enumerable: false,