We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f421a7a commit 91e392bCopy full SHA for 91e392b
compiler-rt/test/ubsan/TestCases/Misc/local_bounds.cpp
@@ -25,7 +25,7 @@ test(char 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: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior {{.*}}local_bounds.cpp:[[#@LINE-4]]
29
}
30
31
int main(int argc, char **argv) {
0 commit comments