fix builtin methods according to last commit

This commit is contained in:
Torsten Ruger
2018-04-08 18:52:17 +03:00
parent 9867234c38
commit 8c322329fb
6 changed files with 107 additions and 138 deletions

View File

@ -61,5 +61,8 @@ module Risc
def test_label_is_not_method
assert ! @label.is_method
end
def test_insert_self
assert_raises {@label.insert(@label)}
end
end
end