Fixing a test from internal test suite.

This commit is contained in:
Ruben Ayrapetyan 2014-10-16 21:46:37 +04:00
parent e54023caf2
commit 03df80efe0

View File

@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
assertf(-Number.MAX_VALUE - Number.MAX_VALUE === -Infinity)
assert(-Number.MAX_VALUE - Number.MAX_VALUE === -Infinity)