Fixed bug in test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4788 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2a6a63ab57
commit
52c7e41496
2 changed files with 28 additions and 17 deletions
|
|
@ -53,7 +53,7 @@ public class primitive_ref_runme {
|
|||
if (primitive_ref.ref_char('x') != 'x') {
|
||||
System.err.println( "ref_char failed!" );
|
||||
}
|
||||
if (primitive_ref.ref_longlong(3) != '3') {
|
||||
if (primitive_ref.ref_longlong(0x123456789ABCDEF0L) != 0x123456789ABCDEF0L) {
|
||||
System.err.println( "ref_longlong failed!" );
|
||||
}
|
||||
BigInteger bi = new BigInteger("18446744073709551615"); //0xFFFFFFFFFFFFFFFFL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue