Skip to content

Commit 2dc90a2

Browse files
committed
no repr test
1 parent ef4e981 commit 2dc90a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ end
132132
@test !isnan(-Inf8)
133133
@test !isnan(Float8(2.6))
134134
@test NaN8 != NaN8
135-
@test repr(NaN8) == "NaN8"
136135

137136
@test isinf(Inf8)
138137
@test isinf(-Inf8)
@@ -142,7 +141,6 @@ end
142141
@test Inf8 == Inf8
143142
@test Inf8 != -Inf8
144143
@test -Inf8 < Inf8
145-
@test repr(Inf8) == "Inf8"
146144
end
147145

148146
@testset "NaN8_4 and Inf8_4" begin
@@ -152,7 +150,6 @@ end
152150
@test !isnan(-Inf8_4)
153151
@test !isnan(Float8(2.6))
154152
@test NaN8_4 != NaN8_4
155-
@test repr(NaN8_4) == "NaN8_4"
156153

157154
@test isinf(Inf8_4)
158155
@test isinf(-Inf8_4)
@@ -162,5 +159,4 @@ end
162159
@test Inf8_4 == Inf8_4
163160
@test Inf8_4 != -Inf8_4
164161
@test -Inf8_4 < Inf8_4
165-
@test repr(Inf8_4) == "Inf8_4"
166162
end

0 commit comments

Comments
 (0)