summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorskandhas <[email protected]>2012-11-23 16:20:04 +0800
committerskandhas <[email protected]>2012-11-23 16:20:04 +0800
commita316e92da3d9e54c09806f2e231a4c0eed5a8c7d (patch)
treef50494ceaecec0c4f59bae747e79ec10fc7f7fcd /test
parent7bae52fc5666ceb99e702c0f6a084e2fabcf6e1b (diff)
downloadmruby-a316e92da3d9e54c09806f2e231a4c0eed5a8c7d.tar.gz
mruby-a316e92da3d9e54c09806f2e231a4c0eed5a8c7d.zip
modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already defined at line:349
Diffstat (limited to 'test')
-rw-r--r--test/t/bs_block.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/bs_block.rb b/test/t/bs_block.rb
index cbfb925fe..ad661720b 100644
--- a/test/t/bs_block.rb
+++ b/test/t/bs_block.rb
@@ -389,7 +389,7 @@ assert('BS Block [ruby-core:14395]') do
t.test_for_bug
end
-assert("BS Block 32") do
+assert("BS Block 33") do
module TestReturnFromNestedBlock
def self.test
1.times do