diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-11 12:53:17 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-11 12:53:17 +0900 |
| commit | 0290f066814616503839fec717dad6926fce5bba (patch) | |
| tree | 203a8419961b3d132f3fb5f21be30ba712b134da | |
| parent | ffea200075afcb6d6748a1f347192c10f7884fec (diff) | |
| parent | 2ddd66cc4b966b558ba7bc1d854906c938e0e6e4 (diff) | |
| download | mruby-0290f066814616503839fec717dad6926fce5bba.tar.gz mruby-0290f066814616503839fec717dad6926fce5bba.zip | |
Merge pull request #5279 from shuujii/remove-unneeded-mruby-test-gem-in-build_config-no-float.rb
Remove unneeded `mruby-test` gem in `build_config/no-float.rb` [ci skip]
| -rw-r--r-- | build_config/no-float.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_config/no-float.rb b/build_config/no-float.rb index 128d603bf..e0738cac4 100644 --- a/build_config/no-float.rb +++ b/build_config/no-float.rb @@ -8,7 +8,6 @@ MRuby::CrossBuild.new('no-float') do |conf| end conf.gem :core => "mruby-bin-mruby" - conf.gem :core => "mruby-test" conf.test_runner.command = 'env' |
