Fixing some tests from internal test suite.

This commit is contained in:
Ruben Ayrapetyan 2014-10-16 11:23:34 +04:00
parent 2eedfdc334
commit 5b242d6cc5
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.
assert(Math.min() === -Infinity);
assert(Math.min() === Infinity);

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
assert(Math.min() !== Infinity);
assert(Math.min() !== -Infinity);