diff options
Diffstat (limited to 'tests/lang/eval-fail-bad-value.nix')
-rw-r--r-- | tests/lang/eval-fail-bad-value.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/lang/eval-fail-bad-value.nix b/tests/lang/eval-fail-bad-value.nix deleted file mode 100644 index 97969145eeb1..000000000000 --- a/tests/lang/eval-fail-bad-value.nix +++ /dev/null @@ -1,7 +0,0 @@ -let { - - f = {x, y : ["baz" "bat"]}: x + y; - - body = f {x = "foo"; y = "bar";}; - -} |