summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Tests/Math-constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Tests/Math-constants.js')
-rw-r--r--Libraries/LibJS/Tests/Math-constants.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/Libraries/LibJS/Tests/Math-constants.js b/Libraries/LibJS/Tests/Math-constants.js
index aeb224920f..35940775cb 100644
--- a/Libraries/LibJS/Tests/Math-constants.js
+++ b/Libraries/LibJS/Tests/Math-constants.js
@@ -1,5 +1,3 @@
-function assert(x) { if (!x) throw 1; }
-
// FIXME: The parser seems to have issues with decimals,
// so we multiply everything and compare with whole numbers.
// I.e. 1233 < X * 1000 < 1235 instead of 1.233 < X < 1.235