diff options
| author | take_cheeze <[email protected]> | 2014-03-10 04:45:28 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-03-10 04:45:28 +0900 |
| commit | 77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2 (patch) | |
| tree | f2c158988029e5daccb8abf9fc09b6f2bc3eaa37 /mrbgems/mruby-random/test | |
| parent | c740a78e5c1eddc8563ec8f6a82e948f93b56493 (diff) | |
| download | mruby-77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2.tar.gz mruby-77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2.zip | |
reduce mrb_open calls in mrbgem test
Diffstat (limited to 'mrbgems/mruby-random/test')
| -rw-r--r-- | mrbgems/mruby-random/test/random.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-random/test/random.rb b/mrbgems/mruby-random/test/random.rb index c4e4082ad..fa31b782b 100644 --- a/mrbgems/mruby-random/test/random.rb +++ b/mrbgems/mruby-random/test/random.rb @@ -73,4 +73,4 @@ assert('Array#shuffle!(random)') do ary2.shuffle! Random.new 345 ary1 != [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] and 10.times { |x| ary1.include? x } and ary1 == ary2 -end
\ No newline at end of file +end |
