[asan] Relax stack-overflow test.

llvm-svn: 201571
This commit is contained in:
Evgeniy Stepanov 2014-02-18 13:11:40 +00:00
parent 905d848fc9
commit b036778bdb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ void large_frame_func(char *p, int level) {
large_frame_func(buf, level + 1);
// CHECK: {{stack-overflow on address 0x.* \(pc 0x.* sp 0x.* bp 0x.* T.*\)}}
// Frame 0 may be anywhere (in rand(), for example).
// CHECK: {{ #1 0x.* in large_frame_func.*stack-overflow.cc:}}[[@LINE-3]]
// CHECK: {{ #. 0x.* in large_frame_func.*stack-overflow.cc:}}[[@LINE-3]]
}
void *ThreadFn(void* unused) {