[asan] relax the test case to allow either 'malloc' or '__interceptor_malloc' ; PR22681

llvm-svn: 241755
This commit is contained in:
Kostya Serebryany 2015-07-08 22:57:03 +00:00
parent d25407e972
commit 7f1e1f0f8e
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ int main(int argc, char **argv) {
}
#endif
// CHECK: {{ #0 0x.* in malloc}}
// CHECK: {{ #0 0x.* in (__interceptor_)?malloc}}
// CHECK: {{ #1 0x.* \(<unknown module>\)}}
// CHECK: {{ #2 0x.* in main}}