about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-scope-7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/eval-okay-scope-7.nix')
-rw-r--r--third_party/nix/src/tests/lang/eval-okay-scope-7.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/nix/src/tests/lang/eval-okay-scope-7.nix b/third_party/nix/src/tests/lang/eval-okay-scope-7.nix
deleted file mode 100644
index 4da02968f6..0000000000
--- a/third_party/nix/src/tests/lang/eval-okay-scope-7.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-rec {
-  inherit (x) y;
-  x = {
-    y = 1;
-  };
-}.y