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 e56c3ae commit d5a400bCopy full SHA for d5a400b
test/test_equality.jl
@@ -41,4 +41,4 @@ f32_tree = x1 + x2 * x3 - log(x2 * 3.0f0) + 1.5f0 * cos(x2 / x1)
41
42
@test convert(Node{Float64}, f32_tree) == f64_tree
43
44
-@test f64_tree == f32_tree
+@test f64_tree == f32_tree
test/unittest.jl
@@ -55,3 +55,7 @@ end
55
@safetestset "Test error handling" begin
56
include("test_error_handling.jl")
57
end
58
+
59
+@safetestset "Test equality operator" begin
60
+ include("test_equality.jl")
61
+end
0 commit comments