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:
William S Fulton 2003-05-11 21:52:19 +00:00
commit 52c7e41496
2 changed files with 28 additions and 17 deletions

View file

@ -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