about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/imported.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/imported.nix')
-rw-r--r--third_party/nix/src/tests/lang/imported.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/tests/lang/imported.nix b/third_party/nix/src/tests/lang/imported.nix
deleted file mode 100644
index fb39ee4efa..0000000000
--- a/third_party/nix/src/tests/lang/imported.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-# The function ‘range’ comes from lib.nix and was added to the lexical
-# scope by scopedImport.
-range 1 5 ++ import ./imported2.nix