We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9463d6 commit e741386Copy full SHA for e741386
test/containers.jl
@@ -51,6 +51,7 @@ mm .= 1.0
51
Containers.do_embedding_test()
52
53
@test Containers.array_return() == ["hello", "world"]
54
+@test Containers.int_array_return() == [1, 2, 3]
55
@test Containers.tuple_int_pointer() == (C_NULL,1)
56
57
let a1 = [UInt8(3)], a2 = [UInt8(5)]
0 commit comments