diff --git a/Examples/test-suite/typemap_numinputs.i b/Examples/test-suite/typemap_numinputs.i index 3ddc7b274..24e8f3ae0 100644 --- a/Examples/test-suite/typemap_numinputs.i +++ b/Examples/test-suite/typemap_numinputs.i @@ -16,12 +16,12 @@ %typemap(argout) (int *OUTPUT) { - temp$argnum; + ++temp$argnum; } %typemap(argout, numinputs=1) (char *STR, int LEN) { - temp$argnum; + ++temp$argnum; } %typemap(in) int hello