diff options
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-attrs-update-empty-rhs.nix')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-attrs-update-empty-rhs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-update-empty-rhs.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-update-empty-rhs.nix index 117c01141357..f51b88e93a0e 100644 --- a/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-update-empty-rhs.nix +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-attrs-update-empty-rhs.nix @@ -1 +1 @@ -{ a = "ok"; } // {} +{ a = "ok"; } // { } |