Skip to content

Commit 0ad635c

Browse files
committed
moved const definitions into types_windows
1 parent 0197add commit 0ad635c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/internal/syscall/windows/at_windows_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package windows_test
66

77
import (
88
"internal/syscall/windows"
9-
109
"os"
1110
"path/filepath"
1211
"syscall"
@@ -128,7 +127,7 @@ func makeFileNotReadable(t *testing.T, name string) {
128127
entryForSid := func(sid *syscall.SID) windows.EXPLICIT_ACCESS {
129128
return windows.EXPLICIT_ACCESS{
130129
AccessPermissions: 0,
131-
AccessMode: windows.GRANT_ACCESS,
130+
AccessMode: windows.GRANT_ACCESS,
132131
Inheritance: windows.SUB_CONTAINERS_AND_OBJECTS_INHERIT,
133132
Trustee: windows.TRUSTEE{
134133
TrusteeForm: windows.TRUSTEE_IS_SID,

0 commit comments

Comments
 (0)