From 77fba20480ef7ecfc8e32acd74a7a389d8f5d1a2 Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Mon, 10 Mar 2014 04:45:28 +0900 Subject: reduce mrb_open calls in mrbgem test --- mrbgems/mruby-random/test/random.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-random/test/random.rb') 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 -- cgit v1.2.3