Activate Javascript test-cases rename_simple and rename_scope.

These reveal current deficiencies in the Javascript generator with `%rename`ing.
This commit is contained in:
Oliver Buchtala 2013-09-09 13:55:08 +03:00
commit 108143951d
3 changed files with 69 additions and 0 deletions

View file

@ -51,6 +51,8 @@ CPP_TEST_CASES = \
rename2 \
rename3 \
rename4 \
rename_simple \
rename_scope \
ret_by_value \
struct_value \
template_static \