diff options
Diffstat (limited to 'tests/lang/parse-fail-mixed-nested-attrs2.nix')
-rw-r--r-- | tests/lang/parse-fail-mixed-nested-attrs2.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lang/parse-fail-mixed-nested-attrs2.nix b/tests/lang/parse-fail-mixed-nested-attrs2.nix deleted file mode 100644 index 17da82e5f..000000000 --- a/tests/lang/parse-fail-mixed-nested-attrs2.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - x.y.y = 3; - x = { y.y= 3; z = 3; }; -} |