Files
lix/tests/functional2/lang/arithmetic/test.toml
T
piegames fe7a8d5e67 tests/functional2/lang: Migrate arithmetic tests
Change-Id: I73259875debc053dca46fe34f9f8d10b8486fa4f
2025-09-18 23:38:46 +02:00

17 lines
367 B
TOML

[[test]]
runner = "eval-okay"
[[test]]
runner = "eval-okay"
in = "in-override.nix"
flags = [ "--extra-deprecated-features", "shadow-internal-symbols" ]
[[test]]
runner = "eval-fail"
in = [ "in-overflowing-add.nix", "in-overflowing-div.nix", "in-overflowing-mul.nix", "in-overflowing-sub.nix" ]
matrix = true
[[test]]
runner = "parse-okay"
in = "in-precedence.nix"