Skip to content

Commit 91e392b

Browse files
committed
[ubsan] Fix test on Windows
1 parent f421a7a commit 91e392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test(char i) {
2525
// CHECK: error: access out of bounds
2626
// CHECK: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
2727
// LINE: local_bounds.cpp:[[#@LINE-3]]:{{.*}}runtime error: access out of bounds
28-
// LINE: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior {{.*}}local_bounds.cpp:[[#@LINE-4]]:
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)