diff options
Diffstat (limited to 'tests/functional/lang/eval-okay-list.nix')
-rw-r--r-- | tests/functional/lang/eval-okay-list.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/functional/lang/eval-okay-list.nix b/tests/functional/lang/eval-okay-list.nix index d433bcf90..eb6e60f23 100644 --- a/tests/functional/lang/eval-okay-list.nix +++ b/tests/functional/lang/eval-okay-list.nix @@ -1,7 +1,3 @@ with import ./lib.nix; -let { - - body = concat ["foo" "bar" "bla" "test"]; - -}
\ No newline at end of file +concat ["foo" "bar" "bla" "test"] |