mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibJS: Remove assert function from exponentiation-basic.js
This commit is contained in:
committed by
Andreas Kling
parent
30ba2c7cec
commit
4509350391
@@ -1,5 +1,3 @@
|
||||
function assert(x) { if (!x) throw 1; }
|
||||
|
||||
try {
|
||||
assert(2 ** 0 === 1);
|
||||
assert(2 ** 1 === 2);
|
||||
|
||||
Reference in New Issue
Block a user