Commit 160bf62
committed
Delete invalid test
Test expectations were incorrect: it mixed up int64/uint64 and was returning negative number in uint64 function and expecting the negative sign to be preserved. Now that behaviour of uint64 is fixed, this expectation doesn't hold.
Additionally, it was relying on the `n` suffix being printed by `console.log`, which is not portable and is not printed in e.g. latest Node.js.
The correct test is now better served by test_i64_binding which correctly checks the type limits, signs, and will also run across more engines.1 parent ac8a2d1 commit 160bf62
2 files changed
+0
-31
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3396 | 3396 | | |
3397 | 3397 | | |
3398 | 3398 | | |
3399 | | - | |
3400 | | - | |
3401 | | - | |
3402 | | - | |
3403 | | - | |
3404 | | - | |
3405 | | - | |
3406 | | - | |
3407 | 3399 | | |
3408 | 3400 | | |
3409 | 3401 | | |
| |||
0 commit comments