| Index: sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
|
| diff --git a/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm b/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
|
| index adb9895c3efd9062ccbc9159f3b46e221d2a262a..4b0ee197b66caec88d9190f4656271aefa2d5d5e 100644
|
| --- a/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
|
| +++ b/sandbox/mac/sandbox_mac_compiler_v2_unittest.mm
|
| @@ -35,7 +35,7 @@ MULTIPROCESS_TEST_MAIN(V2ProfileProcess) {
|
| // print the profile out for debugging purposes.
|
| std::string profile =
|
| "(version 1)\n"
|
| - "(deny default)\n"
|
| + "(deny default (with no-log))\n"
|
| "(define allowed-dir \"ALLOWED_READ_DIR\")\n"
|
| "(define temp-file \"ALLOWED_TEMP_FILE\")\n"
|
| "(define is-pre-10_10 \"IS_PRE_10_10\")\n"
|
|
|