Skip to content

Commit 655dfe1

Browse files
author
Christopher Doris
committed
the integer type depends on the platform word size
1 parent e2a5181 commit 655dfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ end
837837
@test @pyv `"x" in dir($xo)`::Bool
838838
@test @pyv `"y" in dir($xo)`::Bool
839839
xo = pyjlraw(+)
840-
@test (@pyv `$xo(2,3)`::Any) === 5
840+
@test (@pyv `$xo(2,3)`::Any) == 5
841841
x = [1,2,3]
842842
xo = pyjlraw(x)
843843
@test @pyv `len($xo) == 3`::Bool

0 commit comments

Comments
 (0)