()
| 554 | // ------------------------------------------------------------------------- |
| 555 | |
| 556 | fn make_branch() -> Branch { |
| 557 | Branch::new( |
| 558 | BranchId::new(NodeId::new(1), 0), |
| 559 | TrunkId::new(NodeId::new(1), 0), |
| 560 | ) |
| 561 | } |
| 562 | |
| 563 | #[test] |
| 564 | fn test_branch_new() { |
no outgoing calls