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/notyetpassing | |
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/notyetpassing')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.exp | 1 | ||||
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.exp b/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.exp deleted file mode 100644 index c508d5366f70..000000000000 --- a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.exp +++ /dev/null @@ -1 +0,0 @@ -false diff --git a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.nix b/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.nix deleted file mode 100644 index b0397e268e41..000000000000 --- a/tvix/eval/src/tests/tvix_tests/notyetpassing/eval-okay-nested-assertions.nix +++ /dev/null @@ -1 +0,0 @@ -(builtins.tryEval (assert (assert false; true); true)).success |