about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-formals-miscompilation-b-261-regression.nix
diff options
context:
space:
mode:
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.nix2
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 43bef2938d..772fa6f386 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; }