Fixing some tests from internal test suite.
This commit is contained in:
@@ -12,4 +12,4 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
asseert(Math.abs(Number.NEGATIVE_INFINITY) === Number.POSITIVE_INFINITY);
|
assert(Math.abs(Number.NEGATIVE_INFINITY) === Number.POSITIVE_INFINITY);
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
aseert(isNaN(Math.max(NaN)));
|
assert(isNaN(Math.max(NaN)));
|
||||||
|
|||||||
Reference in New Issue
Block a user