mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fixing some tests from internal test suite.
This commit is contained in:
parent
69a1cab26b
commit
ba4dca2e98
@ -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);
|
||||
|
||||
@ -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)));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user