mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 16:15:08 +00:00
LibJS: Remove assert function from exponentiation-basic.js
This commit is contained in:
parent
30ba2c7cec
commit
4509350391
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
function assert(x) { if (!x) throw 1; }
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
assert(2 ** 0 === 1);
|
assert(2 ** 0 === 1);
|
||||||
assert(2 ** 1 === 2);
|
assert(2 ** 1 === 2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue