From edf411a86cddecc953ef4be621ae527d5269a800 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Mon, 11 Dec 2023 22:41:52 -0800 Subject: fix(tvix/eval): fix recovering from throws in implications This fixes b/345. Change-Id: Ic0d3b6ffacd2a5e0050d22354d08320b69a4fe13 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10290 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: Adam Joseph --- .../src/tests/tvix_tests/eval-okay-test-catchables-in-implications.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tvix/eval/src/tests/tvix_tests/eval-okay-test-catchables-in-implications.exp (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-test-catchables-in-implications.exp') diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-test-catchables-in-implications.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-test-catchables-in-implications.exp new file mode 100644 index 000000000000..c508d5366f70 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-test-catchables-in-implications.exp @@ -0,0 +1 @@ +false -- cgit 1.4.1