Skip to content

Commit 116062b

Browse files
committed
Cleanup
1 parent 1ff8982 commit 116062b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

packages/orchestrator/internal/sandbox/uffd/userfaultfd/helpers_test.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,12 @@ type operation struct {
4343
}
4444

4545
type testHandler struct {
46-
memoryArea *[]byte
47-
pagesize uint64
48-
data *testutils.MemorySlicer
49-
memoryMap *memory.Mapping
50-
uffd *Userfaultfd
51-
missingRequests *sync.Map
52-
writeMu sync.Mutex
46+
memoryArea *[]byte
47+
pagesize uint64
48+
data *testutils.MemorySlicer
49+
memoryMap *memory.Mapping
50+
uffd *Userfaultfd
51+
writeMu sync.Mutex
5352
}
5453

5554
func configureTest(t *testing.T, tt testConfig) (*testHandler, func()) {

0 commit comments

Comments
 (0)