summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorBlaž Hrastnik <[email protected]>2015-07-13 23:38:37 +0200
committerBlaž Hrastnik <[email protected]>2015-07-13 23:38:37 +0200
commit8c4da7accd98fb36e3f1f5f9e4ea069244345858 (patch)
treeacf7299c8c3984b60943513ffc16e2e916ea95fe /test
parent8c13e2b7c6e6c1c02771e4f9e5aebda109892503 (diff)
downloadmruby-8c4da7accd98fb36e3f1f5f9e4ea069244345858.tar.gz
mruby-8c4da7accd98fb36e3f1f5f9e4ea069244345858.zip
assert() cannot be nested
Diffstat (limited to 'test')
-rw-r--r--test/t/module.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index a1996f5f6..5aba53c46 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -495,7 +495,6 @@ end
# Not ISO specified
# @!group prepend
-assert('Module#prepend') do
assert('test_prepend') do
module M0
def m1; [:M0] end
@@ -773,7 +772,6 @@ assert('Module#prepend') do
# end
# end;
#end
-end
# @!endgroup prepend
assert('Module#to_s') do