Files
nix/tests/functional/lang/eval-fail-overflowing-div.err.exp
Robert Hensing b04077c0ec fix: Update shifted source positions after formatting
Carefully reviewed...
2025-01-24 18:53:42 +01:00

24 lines
791 B
Plaintext

error:
… while calling the 'seq' builtin
at /pwd/lang/eval-fail-overflowing-div.nix:8:1:
7| in
8| builtins.seq intMin (builtins.seq b (intMin / b))
| ^
9|
… while calling the 'seq' builtin
at /pwd/lang/eval-fail-overflowing-div.nix:8:22:
7| in
8| builtins.seq intMin (builtins.seq b (intMin / b))
| ^
9|
… while calling the 'div' builtin
at /pwd/lang/eval-fail-overflowing-div.nix:8:45:
7| in
8| builtins.seq intMin (builtins.seq b (intMin / b))
| ^
9|
error: integer overflow in dividing -9223372036854775808 / -1