forked from OSchip/llvm-project
[asan][test] Fix Linux/odr-violation.cpp on gcc
This commit is contained in:
parent
0f60ed1205
commit
0dc6122dd3
|
@ -61,7 +61,7 @@ int main(int argc, char **argv) {
|
|||
#endif
|
||||
|
||||
// CHECK: These globals were registered at these points:
|
||||
// CHECK: ODR-EXE
|
||||
// CHECK: {{odr-violation.cpp|ODR-EXE}}
|
||||
// CHECK: odr-violation.cpp{{$}}
|
||||
// CHECK: SUMMARY: AddressSanitizer: odr-violation: global 'foo::G' at {{.*}}odr-violation.cpp
|
||||
// DISABLED: PASS
|
||||
|
|
Loading…
Reference in New Issue