diff options
Diffstat (limited to 'test/testdata/eval-fail-remove.nix')
-rw-r--r-- | test/testdata/eval-fail-remove.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-remove.nix b/test/testdata/eval-fail-remove.nix new file mode 100644 index 0000000..539e0eb --- /dev/null +++ b/test/testdata/eval-fail-remove.nix | |||
@@ -0,0 +1,5 @@ | |||
1 | let { | ||
2 | attrs = {x = 123; y = 456;}; | ||
3 | |||
4 | body = (removeAttrs attrs ["x"]).x; | ||
5 | } \ No newline at end of file | ||