Skip to content

Commit 61ca3ef

Browse files
committed
lost sign
1 parent b76e540 commit 61ca3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/math/test_stdlib_math.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ contains
232232
! invalid test case
233233
call check(error, clip(3.025_qp, 3.025_qp, -5.77_qp) == 3.025_qp)
234234
if (allocated(error)) return
235-
call check(error, clip(-55891546.2_qp, -689712245.23_qp, -8958133457.23_qp) == 689712245.23_qp)
235+
call check(error, clip(-55891546.2_qp, -689712245.23_qp, -8958133457.23_qp) == -689712245.23_qp)
236236
if (allocated(error)) return
237237
#:else
238238
call skip_test(error, "Quadruple precision is not enabled")

0 commit comments

Comments
 (0)