summaryrefslogtreecommitdiff
path: root/test/regress/2329.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/2329.test')
-rw-r--r--test/regress/2329.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/2329.test b/test/regress/2329.test
index 643ef0d1..5267403d 100644
--- a/test/regress/2329.test
+++ b/test/regress/2329.test
@@ -6,10 +6,10 @@ assert roundto(-1.1, 1) == -1.1
; positive places
assert roundto(1.13, 1) == 1.1
-assert roundto(1,17, 1) == 1.2
+assert roundto(1.17, 1) == 1.2
assert roundto(1.10, 1) == 1.1
assert roundto(-1.13, 1) == -1.1
-assert roundto(-1,17, 1) == -1.2
+assert roundto(-1.17, 1) == -1.2
assert roundto(-1.10, 1) == -1.1
; zero places