diff options
Diffstat (limited to 'container/dispatcher_test.go')
| -rw-r--r-- | container/dispatcher_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/container/dispatcher_test.go b/container/dispatcher_test.go index 49631854..242af1bf 100644 --- a/container/dispatcher_test.go +++ b/container/dispatcher_test.go @@ -235,8 +235,6 @@ func checkOpBehaviour(t *testing.T, testCases []opBehaviourTestCase) { }) } -func sliceAddr[S any](s []S) *[]S { return &s } - func newCheckedFile(t *testing.T, name, wantData string, closeErr error) osFile { f := &checkedOsFile{t: t, name: name, want: wantData, closeErr: closeErr} // check happens in Close, and cleanup is not guaranteed to run, so relying |
