aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/suppressions-darwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/suppressions-darwin.cc')
-rw-r--r--test/asan/TestCases/Darwin/suppressions-darwin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/suppressions-darwin.cc b/test/asan/TestCases/Darwin/suppressions-darwin.cc
index 403d819706a9..a177c4e17ec4 100644
--- a/test/asan/TestCases/Darwin/suppressions-darwin.cc
+++ b/test/asan/TestCases/Darwin/suppressions-darwin.cc
@@ -4,6 +4,7 @@
// Check that suppressing the interceptor by name works.
// RUN: echo "interceptor_name:memmove" > %t.supp
+// RUN: echo "interceptor_name:memcpy" >> %t.supp
// RUN: %env_asan_opts=suppressions='"%t.supp"' %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
// Check that suppressing by interceptor name works even without the symbolizer