diff options
author | Adam Joseph <adam@westernsemico.com> | 2023-12-12T12·07-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-12T17·03+0000 |
commit | 7b9eea71d021315a1d29c2bcca84de72cc507e04 (patch) | |
tree | fa10a913125466e17899d98e1b7c27781f7315b3 /tvix/eval/src/tests/tvix_tests/eval-okay-nested-assertions.exp | |
parent | fc963033ae0f28a387d6aebcc1e827439f6653ef (diff) |
fix(tvix/eval): fix nested assertions b/340 r/7190
This commit fixes our handling of `throw` within an `assert` condition. Fixes: b/340 Change-Id: I40a383639ec266da50a853f16216b1b7868495da Reviewed-on: https://cl.tvl.fyi/c/depot/+/10318 Autosubmit: Adam Joseph <adam@westernsemico.com> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-nested-assertions.exp')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-nested-assertions.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-nested-assertions.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-nested-assertions.exp new file mode 100644 index 000000000000..c508d5366f70 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-nested-assertions.exp @@ -0,0 +1 @@ +false |