aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/cpp_namespace_template_bad.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/errors/cpp_namespace_template_bad.i')
-rw-r--r--Examples/test-suite/errors/cpp_namespace_template_bad.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/errors/cpp_namespace_template_bad.i b/Examples/test-suite/errors/cpp_namespace_template_bad.i
index 5c42d6dcb..f41918f8e 100644
--- a/Examples/test-suite/errors/cpp_namespace_template_bad.i
+++ b/Examples/test-suite/errors/cpp_namespace_template_bad.i
@@ -1,4 +1,4 @@
-%module namespace_template
+%module xxx
namespace test {
template<typename T> T max(T a, T b) { return (a > b) ? a : b; }