mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
LibJS: Remove assert function from exponentiation-basic.js
This commit is contained in:
parent
30ba2c7cec
commit
4509350391
Notes:
sideshowbarker
2024-07-19 07:53:18 +09:00
Author: https://github.com/linusg
Commit: 4509350391
Pull-request: https://github.com/SerenityOS/serenity/pull/1650
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