about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix')
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix
index 64962b50ff..3d375be4f9 100644
--- a/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix
+++ b/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix
@@ -2,4 +2,5 @@ let
   set = {
     a = 1;
   };
-in with set; a
+in
+with set; a