diff options
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix index 43bef2938df5..772fa6f386b3 100644 --- a/tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix @@ -14,7 +14,7 @@ let in # Note that the crash did not occur if the offending expression was the rhs -# argument to `builtins.seq`, hence we need to put the assert in between. + # argument to `builtins.seq`, hence we need to put the assert in between. assert builtins.seq bomb true; f { finalise = bomb; } |