summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-10 15:57:58 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-10 15:57:58 +0900
commitf168e12ba7171aad2370b933687cef9a77b1e5af (patch)
tree58bed7e8a4c1ae8835092704af91767400cbfb5c /mrbgems
parent93350ca22109e2335004e86c23daa811e942189f (diff)
parent77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2 (diff)
downloadmruby-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.rb2
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