luabind
luabind copied to clipboard
fix test fail when define LUABIND_NO_EXCEPTIONS
trafficstars
When define LUABIND_NO_EXCEPTIONS,luabind::error will not be defined,so the test will fail.In principle, the test should be rewritten, but it seems that it can be modified easily.
These tests do expect luabind::error to be thrown and should not be changed (maybe they need some ifdefs though). It is worrying that they succeed with LUABIND_NO_EXCEPTIONS defined.
These tests do expect luabind::error to be thrown and should not be changed (maybe they need some ifdefs though). It is worrying that they succeed with LUABIND_NO_EXCEPTIONS defined.
yes, it needs some #ifdefine here