about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.exp1
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.nix2
2 files changed, 0 insertions, 3 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.exp
deleted file mode 100644
index 9ea79851a1..0000000000
--- a/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.exp
+++ /dev/null
@@ -1 +0,0 @@
-{ a = 15; }
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.nix
deleted file mode 100644
index 6d045643cc..0000000000
--- a/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-inherit.nix
+++ /dev/null
@@ -1,2 +0,0 @@
-let a = 15;
-in { inherit a; }