Skip to content

Commit 872fa11

Browse files
committed
NITS
1 parent cc6a792 commit 872fa11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/onemkl.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ k = 13
1515
oneMKL.copy!(m,A,B)
1616
@test Array(A) == Array(B)
1717

18-
# Test nrm2 primitive
19-
@test testf(norm, rand(T,m))
18+
@testset "nrm2" begin
19+
# Test nrm2 primitive
20+
@test testf(norm, rand(T,m))
21+
end
2022
end # level 1 testset
2123
end

0 commit comments

Comments
 (0)