summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-03-07 09:22:13 +1300
committerOlly Betts <olly@survex.com>2022-03-07 09:22:13 +1300
commit4f5613b4e971e65577528ecfc6822af58600cccf (patch)
treeb6ba9791cb29a840e3d19bdd87005b5e3247b6c1
parentcf7bdcf2df98f5f7200788caa902896bdcd1151a (diff)
downloadswig-4f5613b4e971e65577528ecfc6822af58600cccf.tar.gz
Reenable rename_camel testcase
It was on the "broken" list, but it should now work.
-rw-r--r--Examples/test-suite/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk
index c2bb50a68..22816c552 100644
--- a/Examples/test-suite/common.mk
+++ b/Examples/test-suite/common.mk
@@ -88,7 +88,6 @@ CPP_TEST_BROKEN += \
extend_variable \
li_boost_shared_ptr_template \
nested_private \
- rename_camel \
template_default_pointer \
template_private_assignment \
template_expr \
@@ -377,6 +376,7 @@ CPP_TEST_CASES += \
rename2 \
rename3 \
rename4 \
+ rename_camel \
rename_rstrip_encoder \
rename_scope \
rename_simple \