()
| 53 | } |
| 54 | |
| 55 | func testReturnNestedAcquireCall() { |
| 56 | tc := testReturnValidNestedAcquire() |
| 57 | tc.val.guardedField = 1 |
| 58 | tc.ptr.guardedField = 1 |
| 59 | tc.val.mu.Unlock() |
| 60 | tc.ptr.mu.Unlock() |
| 61 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…