(self)
| 4101 | @needs_dylink |
| 4102 | @crossplatform |
| 4103 | def test_dylink_basics(self): |
| 4104 | self.do_basic_dylink_test() |
| 4105 | self.verify_in_strict_mode(self.output_name('main')) |
| 4106 | |
| 4107 | @with_dylink_reversed |
| 4108 | def test_dylink_basics_no_modify(self): |
nothing calls this directly
no test coverage detected