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.
|
||||||
|
|
||||||
assert(Math.min() === -Infinity);
|
assert(Math.min() === 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.
|
||||||
|
|
||||||
assert(Math.min() !== Infinity);
|
assert(Math.min() !== -Infinity);
|
||||||
|
|||||||
Reference in New Issue
Block a user