| 47 | } |
| 48 | |
| 49 | void RestrictionTest::SetRestrictions(RestrictionVec && restrictions) |
| 50 | { |
| 51 | m_graph->GetIndexGraphForTests(kTestNumMwmId).SetRestrictions(std::move(restrictions)); |
| 52 | } |
| 53 | |
| 54 | void RestrictionTest::SetUTurnRestrictions(vector<RestrictionUTurn> && restrictions) |
| 55 | { |
no outgoing calls