We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f6f2e commit cc2133bCopy full SHA for cc2133b
compiler-rt/test/ubsan/TestCases/Misc/local_bounds.cpp
@@ -24,8 +24,8 @@ test(char i) {
24
return ((int *)(&a))[i];
25
// CHECK: error: access out of bounds
26
// CHECK: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
27
- // LINE: local_bounds.cpp:[[@LINE-3]]:{{.*}}runtime error: access out of bounds
28
- // LINE: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior {{.*}}local_bounds.cpp:[[@LINE-4]]:
+ // LINE: local_bounds.cpp:[[#@LINE-3]]:{{.*}}runtime error: access out of bounds
+ // LINE: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior {{.*}}local_bounds.cpp:[[#@LINE-4]]:
29
}
30
31
int main(int argc, char **argv) {
0 commit comments