diff options
Diffstat (limited to 'content/common/sandbox_mac.h')
-rw-r--r-- | content/common/sandbox_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_mac.h b/content/common/sandbox_mac.h index 399790f..60c94ed 100644 --- a/content/common/sandbox_mac.h +++ b/content/common/sandbox_mac.h @@ -152,7 +152,7 @@ class CONTENT_EXPORT Sandbox { FRIEND_TEST_ALL_PREFIXES(MacDirAccessSandboxTest, StringEscape); FRIEND_TEST_ALL_PREFIXES(MacDirAccessSandboxTest, RegexEscape); - FRIEND_TEST_ALL_PREFIXES(MacDirAccessSandboxTest, DISABLED_SandboxAccess); + FRIEND_TEST_ALL_PREFIXES(MacDirAccessSandboxTest, SandboxAccess); DISALLOW_IMPLICIT_CONSTRUCTORS(Sandbox); }; |