Skip to content

Commit c4f318f

Browse files
committed
Adapt to printing changes.
1 parent f5be984 commit c4f318f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testsuite/io.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# the printing of Adjoint depends on global state
2929
msg = replstr(A')
3030
@test occursin(Regex("^1×1 Adjoint{Int64,\\s?$AT{Int64,\\s?1}}:\n 1\$"), msg) ||
31-
occursin(Regex("^1×1 LinearAlgebra.Adjoint{Int64,\\s?$AT{Int64,\\s?1}}:\n 1\$"), msg)
31+
occursin(Regex("^1×1 LinearAlgebra.Adjoint{Int64,\\s?$AT{Int64,\\s?1}}:\n 1\$"), msg) ||
32+
occursin(Regex("^1×1 adjoint\\(::$AT{Int64,\\s?1}\\) with eltype Int64:\n 1\$"), msg)
3233
end
3334
end

0 commit comments

Comments
 (0)