diff options
author | sterni <sternenseemann@systemli.org> | 2023-06-14T14·48+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2023-06-14T16·22+0000 |
commit | 80a71abb4809bea6078302f3ee3315e59b726745 (patch) | |
tree | c4f81763f41883e90897f3b9daca7c0f8002ada8 /tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix | |
parent | 1125b6b7b7eda5d519977ce817149530aceba20a (diff) |
test(tvix/eval): move division by zero tests into tvix_tests r/6300
These were added by us in r/5276, so they should go into our test suite. Change-Id: I6dc74fc242f33c22a17e0b4aee546ccae886ac85 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8774 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix b/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix new file mode 100644 index 000000000000..72dca4d5e478 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix @@ -0,0 +1 @@ +1 / 0 |