Skip to content

Commit 600b7e3

Browse files
committed
Add a test
1 parent d6a68d1 commit 600b7e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ end
266266
test_jacobi_prolongator()
267267
end
268268

269+
@testset "Int32 support" begin
270+
a = sparse(Int32.(1:10), Int32.(1:10), rand(10))
271+
@inferred smoothed_aggregation(a)
272+
end
273+
269274
# Issue #24
270275
nodes_not_agg()
271276

0 commit comments

Comments
 (0)