Skip to content

Commit c186125

Browse files
authored
Update tests
1 parent 3ad6271 commit c186125

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/TrackedTests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,7 @@ tr_rand = rand(MersenneTwister(1), TrackedReal{Int,Float64,Nothing})
756756
@test eps(tr_float) === eps(v_float)
757757
@test eps(typeof(tr_float)) === eps(Float64)
758758

759-
@test floatmax(tr_float) === floatmax(v_float)
760759
@test floatmax(typeof(tr_float)) === floatmax(Float64)
761-
762-
@test floatmin(tr_float) === floatmin(v_float)
763760
@test floatmin(typeof(tr_float)) === floatmin(Float64)
764761

765762
@test floor(tr_float) === floor(v_float)

0 commit comments

Comments
 (0)