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 | |
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')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-float.nix (renamed from tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix) | 0 | ||||
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix (renamed from tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix b/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-float.nix index 82dd6873218e..82dd6873218e 100644 --- a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix +++ b/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-float.nix diff --git a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix b/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix index 72dca4d5e478..72dca4d5e478 100644 --- a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix +++ b/tvix/eval/src/tests/tvix_tests/eval-fail-division-by-zero-int.nix |