Skip to content

Commit 4bb112c

Browse files
Add @test macro to math/power tests (#461)
1 parent 6616c79 commit 4bb112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/math.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
@testsuite "math/power" (AT, eltypes)->begin
1818
for ET in eltypes
1919
for p in 0:5
20-
compare(x->x^p, AT, rand(ET, 2,2))
20+
@test compare(x->x^p, AT, rand(ET, 2,2))
2121
end
2222
end
2323
end

0 commit comments

Comments
 (0)