Merge pull request #1668 from treitmayr/master

Fix code generated for Ruby global variables
This commit is contained in:
William S Fulton 2019-12-30 23:49:04 +00:00 committed by GitHub
commit d53a54b4f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 342 additions and 10 deletions

View file

@ -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 \