summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/src
diff options
context:
space:
mode:
authorririyeye <[email protected]>2024-09-02 14:55:06 +0800
committerririyeye <[email protected]>2024-09-02 14:55:06 +0800
commit5b6a3a3d52ac17ddb01840c8d1d9c7da7d73c2a5 (patch)
tree3617e776856669253c91dec9b1f2115aeb77f6e4 /tests/projects/swig/java_c/src
parent6cad7300ea2de380863c1f46e896a372b74d84a7 (diff)
swig fix include err , fix par err
Diffstat (limited to 'tests/projects/swig/java_c/src')
-rw-r--r--tests/projects/swig/java_c/src/example.i4
-rw-r--r--tests/projects/swig/java_c/src/example2.i2
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/swig/java_c/src/example.i b/tests/projects/swig/java_c/src/example.i
index 1228cb6a9..6bac9f7a3 100644
--- a/tests/projects/swig/java_c/src/example.i
+++ b/tests/projects/swig/java_c/src/example.i
@@ -4,8 +4,4 @@ extern int fact(int n);
%}
extern int fact(int n);
-
-
-
-
%include "example2.i"
diff --git a/tests/projects/swig/java_c/src/example2.i b/tests/projects/swig/java_c/src/example2.i
index a486c354a..794af702d 100644
--- a/tests/projects/swig/java_c/src/example2.i
+++ b/tests/projects/swig/java_c/src/example2.i
@@ -1,5 +1,3 @@
-
-
%inline %{
#include "test.h"
%}