summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/01_arithmetic
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-12-02 16:28:41 +0100
committerJo-Philipp Wich <jo@mein.io>2022-12-02 16:28:41 +0100
commit46d93c9cc5da6fce581df86159bd0fc4357de41c (patch)
tree61bdcc3c13e20c1675b8a4016bff5b80e33450f5 /tests/custom/01_arithmetic
parent4c654df1cb5d43336336142fefdbf7a3d1bf07cf (diff)
tests: fixup testcases
Adjust expected testcase outputs after double format change in the previous commit. Fixes: 4c654df ("types: adjust double printing format") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/01_arithmetic')
-rw-r--r--tests/custom/01_arithmetic/01_division4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/custom/01_arithmetic/01_division b/tests/custom/01_arithmetic/01_division
index d4a2adb..9e08f38 100644
--- a/tests/custom/01_arithmetic/01_division
+++ b/tests/custom/01_arithmetic/01_division
@@ -23,8 +23,8 @@ If both operands are integers, integer division is performed:
10 / 3 = 3
If either operand is a double, double division is performed:
-10.0 / 3 = 3.33333
-10 / 3.0 = 3.33333
+10.0 / 3 = 3.3333333333333
+10 / 3.0 = 3.3333333333333
-- End --
-- Testcase --