Skip to content

Commit 8647e08

Browse files
chore: remove redundant comment
1 parent f2ff3ab commit 8647e08

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/biome_js_analyze/tests/specs/correctness/noPrecisionLoss/valid.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ var x = 0X1_FFF_FFFF_FFF_FFF
7777

7878
var MAX = 1.7976931348623157e+308;
7979
var MIN = 5e-324;
80-
// From repro_issue.js
8180
var x = 0x20000000000000; // 2^53 (Valid)
8281
var x = 9007199254740992; // 2^53 (Valid)
8382
var x = 0x10000000000000000000000000; // 2^100 (Valid)

crates/biome_js_analyze/tests/specs/correctness/noPrecisionLoss/valid.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ var x = 0X1_FFF_FFFF_FFF_FFF
8383
8484
var MAX = 1.7976931348623157e+308;
8585
var MIN = 5e-324;
86-
// From repro_issue.js
8786
var x = 0x20000000000000; // 2^53 (Valid)
8887
var x = 9007199254740992; // 2^53 (Valid)
8988
var x = 0x10000000000000000000000000; // 2^100 (Valid)

0 commit comments

Comments
 (0)