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/nix_tests | |
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/nix_tests')
-rw-r--r-- | tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix | 1 | ||||
-rw-r--r-- | tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix b/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix deleted file mode 100644 index 82dd6873218e..000000000000 --- a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-float.nix +++ /dev/null @@ -1 +0,0 @@ -1.0 / 0.0 diff --git a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix b/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix deleted file mode 100644 index 72dca4d5e478..000000000000 --- a/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix +++ /dev/null @@ -1 +0,0 @@ -1 / 0 |