diff --git a/Examples/test-suite/template_arg_replace.i b/Examples/test-suite/template_arg_replace.i index cc9514c2e..536315ce3 100644 --- a/Examples/test-suite/template_arg_replace.i +++ b/Examples/test-suite/template_arg_replace.i @@ -1,5 +1,7 @@ %module template_arg_replace +%warnfilter(801) Matrix; /* Ruby, wrong class name */ + %inline %{ template class Matrix { @@ -9,5 +11,4 @@ public: %} %template (matrix33f) Matrix; -