Skip to content

Commit e741386

Browse files
committed
Add test for jlcxx::Array<int>
1 parent d9463d6 commit e741386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/containers.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ mm .= 1.0
5151
Containers.do_embedding_test()
5252

5353
@test Containers.array_return() == ["hello", "world"]
54+
@test Containers.int_array_return() == [1, 2, 3]
5455
@test Containers.tuple_int_pointer() == (C_NULL,1)
5556

5657
let a1 = [UInt8(3)], a2 = [UInt8(5)]

0 commit comments

Comments
 (0)