about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-filter-catchable.nix
blob: 98d90b01bb216c18edac87e110c52eb84d608fb1 (plain) (blame)
1
(builtins.tryEval (builtins.filter (_: throw "fred") [ 3 ])).success