We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4e981 commit 2dc90a2Copy full SHA for 2dc90a2
test/runtests.jl
@@ -132,7 +132,6 @@ end
132
@test !isnan(-Inf8)
133
@test !isnan(Float8(2.6))
134
@test NaN8 != NaN8
135
- @test repr(NaN8) == "NaN8"
136
137
@test isinf(Inf8)
138
@test isinf(-Inf8)
@@ -142,7 +141,6 @@ end
142
141
@test Inf8 == Inf8
143
@test Inf8 != -Inf8
144
@test -Inf8 < Inf8
145
- @test repr(Inf8) == "Inf8"
146
end
147
148
@testset "NaN8_4 and Inf8_4" begin
@@ -152,7 +150,6 @@ end
152
150
@test !isnan(-Inf8_4)
153
151
154
@test NaN8_4 != NaN8_4
155
- @test repr(NaN8_4) == "NaN8_4"
156
157
@test isinf(Inf8_4)
158
@test isinf(-Inf8_4)
@@ -162,5 +159,4 @@ end
162
159
@test Inf8_4 == Inf8_4
163
160
@test Inf8_4 != -Inf8_4
164
161
@test -Inf8_4 < Inf8_4
165
- @test repr(Inf8_4) == "Inf8_4"
166
0 commit comments