Skip to content

Commit 0f6dd0c

Browse files
committed
Improve test coverage
1 parent edce5e8 commit 0f6dd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ end
12861286
:nextfloat, :prevfloat, :identity, :transpose,
12871287
:copysign, :flipsign, :modf,
12881288
:floor, :trunc, :ceil, :significand,
1289-
:ldexp, :round, :mod
1289+
:ldexp, :round, :mod, :rem
12901290
)
12911291
for Q in (RealQuantity, Quantity, GenericQuantity), D in (Dimensions, SymbolicDimensions), f in functions
12921292
T = f in (:abs, :real, :imag, :conj) ? ComplexF64 : Float64

0 commit comments

Comments
 (0)