diff --git a/Examples/test-suite/extend_template.i b/Examples/test-suite/extend_template.i index a39ac546d..265c87675 100644 --- a/Examples/test-suite/extend_template.i +++ b/Examples/test-suite/extend_template.i @@ -1,5 +1,5 @@ %module extend_template -%module xxx +%module xxx // should be ignored namespace oss { // this doesn't %extend Foo<0> { int test1(int x) { return x; }