Skip to content

Commit cc2133b

Browse files
committed
LINE
Created using spr 1.3.4
1 parent 89f6f2e commit cc2133b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/ubsan/TestCases/Misc/local_bounds.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ test(char i) {
2424
return ((int *)(&a))[i];
2525
// CHECK: error: access out of bounds
2626
// 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]]:
27+
// LINE: local_bounds.cpp:[[#@LINE-3]]:{{.*}}runtime error: access out of bounds
28+
// LINE: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior {{.*}}local_bounds.cpp:[[#@LINE-4]]:
2929
}
3030

3131
int main(int argc, char **argv) {

0 commit comments

Comments
 (0)