1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/tests/functional/lang/eval-fail-overflowing-div.err.exp
2025-01-24 18:53:42 +01:00

23 lines
791 B
Text

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