forked from OSchip/llvm-project
[asan] relax the test case to allow either 'malloc' or '__interceptor_malloc' ; PR22681
llvm-svn: 241755
This commit is contained in:
parent
d25407e972
commit
7f1e1f0f8e
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue