diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-01-11 12:07:08 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-01-11 12:07:08 +0900 |
| commit | 2ddd66cc4b966b558ba7bc1d854906c938e0e6e4 (patch) | |
| tree | 203a8419961b3d132f3fb5f21be30ba712b134da /build_config | |
| parent | ffea200075afcb6d6748a1f347192c10f7884fec (diff) | |
| download | mruby-2ddd66cc4b966b558ba7bc1d854906c938e0e6e4.tar.gz mruby-2ddd66cc4b966b558ba7bc1d854906c938e0e6e4.zip | |
Remove unneeded `mruby-test` gem in `build_config/no-float.rb` [ci skip]
Use `enable_test` to enable the test.
Diffstat (limited to 'build_config')
| -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' |
