diff options
Diffstat (limited to 'tests/lang/eval-fail-undeclared-arg.nix')
-rw-r--r-- | tests/lang/eval-fail-undeclared-arg.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/eval-fail-undeclared-arg.nix b/tests/lang/eval-fail-undeclared-arg.nix deleted file mode 100644 index cafdf16362..0000000000 --- a/tests/lang/eval-fail-undeclared-arg.nix +++ /dev/null @@ -1 +0,0 @@ -({x, z}: x + z) {x = "foo"; y = "bla"; z = "bar";} |