about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix')
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix
index c5a6f5a820..78d5dda38e 100644
--- a/tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix
+++ b/tvix/eval/src/tests/tvix_tests/eval-okay-substring-propagate-catchables.nix
@@ -1 +1 @@
-(builtins.tryEval (  builtins.substring 0 4 (throw "jill") )).success
+(builtins.tryEval (builtins.substring 0 4 (throw "jill"))).success