[asan] fix testing on Mac

llvm-svn: 200910
This commit is contained in:
Kostya Serebryany 2014-02-06 07:19:52 +00:00
parent 0c81c716eb
commit 1f5d17c57d
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
// RUN: echo __asan_report_store16 >> %t.interface
// RUN: echo __asan_report_load_n >> %t.interface
// RUN: echo __asan_report_store_n >> %t.interface
// RUN: echo __asan_get_current_fake_stack >> %t.interface
// RUN: echo __asan_addr_is_in_fake_stack >> %t.interface
// RUN: for i in `jot - 0 10`; do echo __asan_stack_malloc_$i >> %t.interface; done
// RUN: for i in `jot - 0 10`; do echo __asan_stack_free_$i >> %t.interface; done