Relax type check in SWIG_AsVal_int.
The array_member test-case revealed that integers come in as `Numbers`.
This commit is contained in:
parent
0e78fc0ad7
commit
8778146b4b
2 changed files with 2 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ CPP_TEST_CASES = \
|
|||
abstract_typedef2 \
|
||||
abstract_virtual \
|
||||
arrays_global \
|
||||
array_member \
|
||||
char_binary \
|
||||
class_ignore \
|
||||
class_scope_weird \
|
||||
|
|
@ -49,7 +50,6 @@ CPP_TEST_CASES = \
|
|||
javascript_unicode
|
||||
|
||||
BROKEN_TEST_CASES = \
|
||||
array_member \
|
||||
complextest \
|
||||
constructor_copy \
|
||||
preproc_include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue