| 35 | } |
| 36 | |
| 37 | DeviceRef makeAndCommitDevice() |
| 38 | { |
| 39 | DeviceRef device = makeDevice(); |
| 40 | device.commit(); |
| 41 | REQUIRE(device.getError() == Error::None); |
| 42 | return device; |
| 43 | } |
| 44 | |
| 45 | // ------------------------------------------------------------------------------------------------- |
| 46 |
no test coverage detected