Skip to content

Commit 51c1d07

Browse files
committed
typo
1 parent 91a825f commit 51c1d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ import Base.<
8585

8686
@testset "isgreater" begin
8787
# isgreater should be compatible with min.
88-
min1(a, b) = isgreater(a, b) ? b : a
88+
min1(a, b) = Base.isgreater(a, b) ? b : a
8989
# min promotes numerical arguments to the same type, but our quick min1
9090
# doesn't, so use float test values instead of ints.
9191
values = (1.0, 5.0, NaN, missing, Inf)

0 commit comments

Comments
 (0)