Skip to content

Commit 6f3345a

Browse files
authored
Re-enable getindex test for oneAPI (#551)
1 parent 80b8226 commit 6f3345a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/indexing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ end
140140
a = rand(Float32, 5, 5)
141141
@test compare(a->a'[:, 1], AT, a)
142142
@test compare(a->Base.PermutedDimsArray(a, (2, 1))[2:-1:1, 1:2], AT, a)
143-
@test compare(a->LowerTriangular(a)[:], AT, a) broken=(string(AT) in ["oneArray"])
143+
@test compare(a->LowerTriangular(a)[:], AT, a)
144144
@test compare(a->Symmetric(a, :U)[a .> 0], AT, a)
145145
end
146146

0 commit comments

Comments
 (0)