diff options
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.nix | 3 |
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 64962b50ff63..3d375be4f90e 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 |