Skip to content

Commit 24b609a

Browse files
padriffyln
andauthored
Update compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
Co-authored-by: Julian Lettner <[email protected]>
1 parent fcf1cfa commit 24b609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Check that suppressing a function name works within a no-fork sandbox
66
// RUN: echo "interceptor_via_fun:createCFString" > %t.supp
7-
// RUN: %env_asan_opts=suppressions='"%t.supp"':verbosity=1:detect_leaks=0 \
7+
// RUN: %env_asan_opts=suppressions='"%t.supp"' \
88
// RUN: sandbox-exec -p '(version 1)(allow default)(deny process-fork)' \
99
// RUN: %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
1010

0 commit comments

Comments
 (0)