Files
lix/tests/functional2/lang/arithmetic/eval-fail-overflowing-sub.err.exp
T
piegames fe7a8d5e67 tests/functional2/lang: Migrate arithmetic tests
Change-Id: I73259875debc053dca46fe34f9f8d10b8486fa4f
2025-09-18 23:38:46 +02:00

10 lines
236 B
Plaintext

error:
… while calling the 'sub' builtin
at /pwd/in.nix:4:6:
3| b = 2;
4| in a - b
| ^
5|
error: integer overflow in subtracting -9223372036854775807 - 2