Fixing tests of internal test suite.
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
|
||||
var b = Number.MIN_VALUE
|
||||
Number.MIN_VALUE = 0
|
||||
assert(Number.MIN_VALUE === b);f
|
||||
assert(Number.MIN_VALUE === b);
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
assert(Number.propertyIsEnumerable('NEGATIVE_INFINITY'));
|
||||
assert(!Number.propertyIsEnumerable('NEGATIVE_INFINITY'));
|
||||
|
||||
Reference in New Issue
Block a user