aboutsummaryrefslogtreecommitdiff
path: root/filesystem/filesystem_test.go
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-07-18 10:59:40 -0700
committerGitHub <noreply@github.com>2017-07-18 10:59:40 -0700
commit8867856db45abaed8b9e2539ee7c34d99360db56 (patch)
tree5895bce36a9dff465057d84819b0d65255e1c702 /filesystem/filesystem_test.go
parent3d08d9f6891db3ca94337e9b987ef62cba535fe1 (diff)
parent17f7dd867d0fd450377c6862c0782483d39ae408 (diff)
Merge pull request #22 from google/fix
Fixing fscrypt build system
Diffstat (limited to 'filesystem/filesystem_test.go')
-rw-r--r--filesystem/filesystem_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go
index 16bf82b..2a6baab 100644
--- a/filesystem/filesystem_test.go
+++ b/filesystem/filesystem_test.go
@@ -63,7 +63,7 @@ func getFakePolicy() *metadata.PolicyData {
KeyDescriptor: "0123456789abcdef",
Options: metadata.DefaultOptions,
WrappedPolicyKeys: []*metadata.WrappedPolicyKey{
- &metadata.WrappedPolicyKey{
+ {
ProtectorDescriptor: "fedcba9876543210",
WrappedKey: wrappedPolicyKey,
},