diff options
Diffstat (limited to 'integration/snapshots/number-literal-bug.debug.js')
-rw-r--r-- | integration/snapshots/number-literal-bug.debug.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/integration/snapshots/number-literal-bug.debug.js b/integration/snapshots/number-literal-bug.debug.js deleted file mode 100644 index fb763061d..000000000 --- a/integration/snapshots/number-literal-bug.debug.js +++ /dev/null @@ -1,11 +0,0 @@ -export function test() { - const precision = 10; - try { - parseFloat(0 .toPrecision(precision) + "1"); - } catch (exception) { - throw new Error("Test Failed", exception); - } - testDone(import.meta.url); -} - -//# sourceMappingURL=http://localhost:8080/number-literal-bug.js.map |