Rename func to funk in tests to avoid Go keyword problems
This commit is contained in:
parent
67190cbb2e
commit
95e8643d70
16 changed files with 25 additions and 29 deletions
|
|
@ -2,6 +2,6 @@ exec("swigtest.start", -1);
|
|||
|
||||
p = getnull();
|
||||
checkequal(SWIG_this(p), 0, "SWIG_this(p)");
|
||||
checkequal(func(p), %T, "func(p)");
|
||||
checkequal(funk(p), %T, "funk(p)");
|
||||
|
||||
exec("swigtest.quit", -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue