Fix testcase for visual studio
This commit is contained in:
parent
18383340e9
commit
94377ef3ed
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@ int foo43(int x) {
|
|||
%}
|
||||
|
||||
%inline %{
|
||||
struct FooStruct {};
|
||||
struct FooStruct {
|
||||
int num;
|
||||
};
|
||||
%}
|
||||
%extend FooStruct {
|
||||
void no_arg() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue