diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-10 15:57:58 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-10 15:57:58 +0900 |
| commit | f168e12ba7171aad2370b933687cef9a77b1e5af (patch) | |
| tree | 58bed7e8a4c1ae8835092704af91767400cbfb5c /mrbgems | |
| parent | 93350ca22109e2335004e86c23daa811e942189f (diff) | |
| parent | 77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2 (diff) | |
| download | mruby-f168e12ba7171aad2370b933687cef9a77b1e5af.tar.gz mruby-f168e12ba7171aad2370b933687cef9a77b1e5af.zip | |
Merge pull request #1838 from take-cheeze/reduce_mrb_open_in_test
Reduce mrb_open calls in mrbgem test.
Diffstat (limited to 'mrbgems')
| -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 |
