summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_mac_test.h
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2012-06-20 20:28:39 +0000
committerAlexander Potapenko <glider@google.com>2012-06-20 20:28:39 +0000
commitdf42b619de6f7cbf23a68d91a924cfb44b9fd201 (patch)
tree17079057f91b8f1ef07ab12ad5813c398c6de3a1 /lib/asan/tests/asan_mac_test.h
parent6985085c4860bf945358f227ddba26511ae770e9 (diff)
Add a test for NSURL deallocation (issue 70)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/tests/asan_mac_test.h')
-rw-r--r--lib/asan/tests/asan_mac_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/tests/asan_mac_test.h b/lib/asan/tests/asan_mac_test.h
index 4bb563677..3439ccb05 100644
--- a/lib/asan/tests/asan_mac_test.h
+++ b/lib/asan/tests/asan_mac_test.h
@@ -14,4 +14,5 @@ extern "C" {
void TestGCDSourceCancel();
void TestGCDGroupAsync();
void TestOOBNSObjects();
+ void TestNSURLDeallocation();
}