Add semicolons to remove unwanted statement output
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11600 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
57e713f46b
commit
3283728cf5
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# This is the import runtime testcase.
|
||||
|
||||
imports_b
|
||||
imports_a
|
||||
imports_b;
|
||||
imports_a;
|
||||
|
||||
x = imports_b.B();
|
||||
x.hello();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
multi_import_a
|
||||
multi_import_b
|
||||
multi_import_a;
|
||||
multi_import_b;
|
||||
|
||||
x = multi_import_b.XXX();
|
||||
if (x.testx() != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue