summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/test/random.rb
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-03-10 04:45:28 +0900
committertake_cheeze <[email protected]>2014-03-10 04:45:28 +0900
commit77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2 (patch)
treef2c158988029e5daccb8abf9fc09b6f2bc3eaa37 /mrbgems/mruby-random/test/random.rb
parentc740a78e5c1eddc8563ec8f6a82e948f93b56493 (diff)
downloadmruby-77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2.tar.gz
mruby-77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2.zip
reduce mrb_open calls in mrbgem test
Diffstat (limited to 'mrbgems/mruby-random/test/random.rb')
-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