Skip to content

Commit 5cadefc

Browse files
committed
correct merge error
1 parent c765b04 commit 5cadefc

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
@@ -7,7 +7,7 @@
77
// RUN: not %run %t 2>&1 | FileCheck --check-prefix=CHECK-CRASH %s
88

99
// Check that suppressing a function name works within a no-fork sandbox
10-
// RUN: echo "interceptor_via_fun:CFStringCreateWithBytes" > %t.supp
10+
// RUN: echo "interceptor_via_fun:createCFString" > %t.supp
1111
// RUN: %env_asan_opts=suppressions='"%t.supp"' \
1212
// RUN: sandbox-exec -p '(version 1)(allow default)(deny process-fork)' \
1313
// RUN: %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s

0 commit comments

Comments
 (0)