Index: compiler-rt/trunk/test/msan/report-demangling.cc =================================================================== --- compiler-rt/trunk/test/msan/report-demangling.cc +++ compiler-rt/trunk/test/msan/report-demangling.cc @@ -15,5 +15,5 @@ return f(); // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value // CHECK: Uninitialized value was created by an allocation of 'x' in the stack frame of function '_Z1fv' - // CHECK: #0 {{.*}} in f() {{.*}}report-demangling.cc:[[@LINE-10]] + // CHECK: #0 {{.*}} in f{{.*}} {{.*}}report-demangling.cc:[[@LINE-10]] }