Skip to content

Commit 0dc6122

Browse files
committed
[asan][test] Fix Linux/odr-violation.cpp on gcc
1 parent 0f60ed1 commit 0dc6122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ int main(int argc, char **argv) {
6161
#endif
6262

6363
// CHECK: These globals were registered at these points:
64-
// CHECK: ODR-EXE
64+
// CHECK: {{odr-violation.cpp|ODR-EXE}}
6565
// CHECK: odr-violation.cpp{{$}}
6666
// CHECK: SUMMARY: AddressSanitizer: odr-violation: global 'foo::G' at {{.*}}odr-violation.cpp
6767
// DISABLED: PASS

0 commit comments

Comments
 (0)