forked from OSchip/llvm-project
[asan][test] Fix Linux/odr-violation.cpp after symbolizer change D95927
This commit is contained in:
parent
cee9869c4e
commit
096f547208
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue