Skip to content

Commit b942e49

Browse files
araujomsjishnub
andauthored
Update test/symmetric.jl
Co-authored-by: Jishnu Bhattacharya <[email protected]>
1 parent bfeb066 commit b942e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/symmetric.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ end
12191219
#nasty functions
12201220
for f in (x->x^real(T)(0.3), sqrt, log, asin, acos, acosh, atanh)
12211221
if T <: Real
1222-
@test @inferred Matrix{Complex{T}} f(a) isa Matrix
1222+
@test @inferred(Matrix{Complex{T}}, f(a)) isa Matrix
12231223
@test @inferred Symmetric{Complex{T}} f(syma) isa Symmetric
12241224
@test @inferred Symmetric{Complex{T}} f(symtria) isa Symmetric
12251225
@test @inferred Symmetric{Complex{T}} f(herma) isa Union{Symmetric{Complex{T}}, Hermitian{T}}

0 commit comments

Comments
 (0)