Index: compiler-rt/trunk/test/asan/TestCases/Windows/oom.cc =================================================================== --- compiler-rt/trunk/test/asan/TestCases/Windows/oom.cc +++ compiler-rt/trunk/test/asan/TestCases/Windows/oom.cc @@ -8,5 +8,5 @@ while (true) { void *ptr = malloc(200 * 1024 * 1024); // 200MB } -// CHECK: failed to allocate +// CHECK: allocator is terminating the process instead of returning 0 }