1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[[test]]
runner = "eval-okay"
in = "in.nix"

[[test]]
name = "warn"
runner = "eval-okay"
in = "in-depr-syntax.nix"

[[test]]
name = "allowed"
runner = "eval-okay"
in = "in-depr-syntax.nix"
flags = ["--extra-deprecated-features", "floating-without-zero"]