diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-10-02 20:11:32 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-10-02 20:11:32 +0900 |
| commit | d64d8ca8e4515a2e03165401470ef109a6097e5d (patch) | |
| tree | b5739f569da7eb1c6cfd40f683b5138d0f4e59e3 /mrbgems | |
| parent | 4e504eaca13ec6b24de0e10068afc43f0bee39d5 (diff) | |
| parent | 31e3dbc5a8b8311f4a507c9dc1c997d166c9c8a9 (diff) | |
| download | mruby-d64d8ca8e4515a2e03165401470ef109a6097e5d.tar.gz mruby-d64d8ca8e4515a2e03165401470ef109a6097e5d.zip | |
Merge branch 'dearblue-inline-struct-gem'
Diffstat (limited to 'mrbgems')
| -rw-r--r-- | mrbgems/mruby-test-inline-struct/mrbgem.rake (renamed from mrbgems/mruby-inline-struct/mrbgem.rake) | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-test-inline-struct/test/inline.c (renamed from mrbgems/mruby-inline-struct/test/inline.c) | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-test-inline-struct/test/inline.rb (renamed from mrbgems/mruby-inline-struct/test/inline.rb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-inline-struct/mrbgem.rake b/mrbgems/mruby-test-inline-struct/mrbgem.rake index 91ad9f44b..6cbca5417 100644 --- a/mrbgems/mruby-inline-struct/mrbgem.rake +++ b/mrbgems/mruby-test-inline-struct/mrbgem.rake @@ -1,4 +1,4 @@ -MRuby::Gem::Specification.new('mruby-inline-struct') do |spec| +MRuby::Gem::Specification.new('mruby-test-inline-struct') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' spec.summary = 'inline structure' diff --git a/mrbgems/mruby-inline-struct/test/inline.c b/mrbgems/mruby-test-inline-struct/test/inline.c index 16d16fa4d..7537bffc6 100644 --- a/mrbgems/mruby-inline-struct/test/inline.c +++ b/mrbgems/mruby-test-inline-struct/test/inline.c @@ -70,7 +70,7 @@ istruct_test_mutate(mrb_state *mrb, mrb_value self) return mrb_nil_value(); } -void mrb_mruby_inline_struct_gem_test(mrb_state *mrb) +void mrb_mruby_test_inline_struct_gem_test(mrb_state *mrb) { struct RClass *cls; diff --git a/mrbgems/mruby-inline-struct/test/inline.rb b/mrbgems/mruby-test-inline-struct/test/inline.rb index f959a17c4..f959a17c4 100644 --- a/mrbgems/mruby-inline-struct/test/inline.rb +++ b/mrbgems/mruby-test-inline-struct/test/inline.rb |
