about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-nested-with.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/eval-okay-nested-with.nix')
-rw-r--r--third_party/nix/src/tests/lang/eval-okay-nested-with.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/tests/lang/eval-okay-nested-with.nix b/third_party/nix/src/tests/lang/eval-okay-nested-with.nix
deleted file mode 100644
index ba9d79aa79..0000000000
--- a/third_party/nix/src/tests/lang/eval-okay-nested-with.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-with { x = 1; };
-with { x = 2; };
-x