diff --git a/test/basic.jl b/test/basic.jl index 6aac778f28..3aef500201 100644 --- a/test/basic.jl +++ b/test/basic.jl @@ -140,7 +140,8 @@ end @testset "ConcreteRArray" begin c = Reactant.ConcreteRArray(ones(50, 70)) - similar(c) + sim_c = similar(c) + @test typeof(sim_c) == typeof(c) && size(sim_c) == size(sim_c) end @testset "Reactant.@code_hlo" begin