rename package testcase to packageoption as package is a Java keyword
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10433 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9128626a71
commit
0df0a87981
7 changed files with 9 additions and 9 deletions
5
Examples/test-suite/packageoption.h
Normal file
5
Examples/test-suite/packageoption.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class A
|
||||
{
|
||||
public:
|
||||
int testInt() { return 2;}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue