about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix')
-rw-r--r--tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix b/tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix
index 64168499c6..3adccfa441 100644
--- a/tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix
+++ b/tvix/eval/src/tests/tvix_tests/eval-okay-logical-or-catchable.nix
@@ -1 +1 @@
-(builtins.tryEval (  (throw "fred") || (throw "jill") )).success
+(builtins.tryEval ((throw "fred") || (throw "jill"))).success