about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-fail-antiquoted-path.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/tests/nix_tests/eval-fail-antiquoted-path.nix')
-rw-r--r--tvix/eval/src/tests/nix_tests/eval-fail-antiquoted-path.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/tvix/eval/src/tests/nix_tests/eval-fail-antiquoted-path.nix b/tvix/eval/src/tests/nix_tests/eval-fail-antiquoted-path.nix
deleted file mode 100644
index f2f08107b516..000000000000
--- a/tvix/eval/src/tests/nix_tests/eval-fail-antiquoted-path.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-# This must fail to evaluate, since ./fnord doesn't exist.  If it did
-# exist, it would produce "/nix/store/<hash>-fnord/xyzzy" (with an
-# appropriate context).
-"${./fnord}/xyzzy"