Merge pull request #1668 from treitmayr/master
Fix code generated for Ruby global variables
This commit is contained in:
commit
d53a54b4f7
12 changed files with 342 additions and 10 deletions
|
|
@ -250,6 +250,7 @@ CPP_TEST_CASES += \
|
|||
funcptr_cpp \
|
||||
functors \
|
||||
fvirtual \
|
||||
global_immutable_vars_cpp \
|
||||
global_namespace \
|
||||
global_ns_arg \
|
||||
global_scope_types \
|
||||
|
|
@ -692,6 +693,7 @@ C_TEST_CASES += \
|
|||
funcptr \
|
||||
function_typedef \
|
||||
global_functions \
|
||||
global_immutable_vars \
|
||||
immutable_values \
|
||||
inctest \
|
||||
infinity \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue