[asan][test] Fix Linux/odr-violation.cpp after symbolizer change D95927

This commit is contained in:
Fangrui Song 2021-02-10 14:27:12 -08:00
parent cee9869c4e
commit 096f547208
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ int main(int argc, char **argv) {
// CHECK: These globals were registered at these points:
// CHECK: ODR-EXE
// CHECK: odr-violation.cpp.dynamic
// CHECK: odr-violation.cpp{{$}}
// CHECK: SUMMARY: AddressSanitizer: odr-violation: global 'foo::G' at {{.*}}odr-violation.cpp
// DISABLED: PASS