slightly better messages for unsupported ruby

Very slightly unfortunately, just just enought to find the error.
Also testing what is unsupported, so it's documented.
This commit is contained in:
Torsten Ruger
2019-02-10 21:02:16 +02:00
parent d24b6ee153
commit 403540b3ca
4 changed files with 51 additions and 13 deletions

View File

@ -51,9 +51,6 @@ module Ruby
assert_equal ModuleName , lst.class
assert_equal :Module , lst.name
end
def test_module_module_scoped
assert_raises {compile( "M::Module" ) }
end
end
class TestVariablesVool < MiniTest::Test
include RubyTests