diff --git a/SWIG/Examples/test-suite/template_expr.i b/SWIG/Examples/test-suite/template_expr.i index d1fcf4353..7aaa7068d 100644 --- a/SWIG/Examples/test-suite/template_expr.i +++ b/SWIG/Examples/test-suite/template_expr.i @@ -43,7 +43,7 @@ class X {}; template class X994301 {}; %} -%template(X994301_ternary) X<(7 >= 4) ? 1 + 1 : 1>; +%template(X994301_ternary) X<(7 != 4) ? 1 + 1 : 1>; // bug #1338527 (still broken)