diff options
Diffstat (limited to 'tests/lang/eval-okay-xml.nix')
-rw-r--r-- | tests/lang/eval-okay-xml.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-xml.nix b/tests/lang/eval-okay-xml.nix index 8151337b98e0..75420316df99 100644 --- a/tests/lang/eval-okay-xml.nix +++ b/tests/lang/eval-okay-xml.nix @@ -10,4 +10,6 @@ rec { f = {z, x, y}: if y then x else z; -} \ No newline at end of file + id = x: x; + +} |