Fixing some tests from internal test suite.

This commit is contained in:
Ruben Ayrapetyan 2014-10-20 14:15:01 +04:00
parent 69a1cab26b
commit ba4dca2e98
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
asseert(Math.abs(Number.NEGATIVE_INFINITY) === Number.POSITIVE_INFINITY);
assert(Math.abs(Number.NEGATIVE_INFINITY) === Number.POSITIVE_INFINITY);

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
aseert(isNaN(Math.max(NaN)));
assert(isNaN(Math.max(NaN)));