summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strcasestr-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/strcasestr-2.c')
-rw-r--r--test/asan/TestCases/strcasestr-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/strcasestr-2.c b/test/asan/TestCases/strcasestr-2.c
index 47fd69225..70de2dda4 100644
--- a/test/asan/TestCases/strcasestr-2.c
+++ b/test/asan/TestCases/strcasestr-2.c
@@ -20,6 +20,6 @@ int main(int argc, char **argv) {
__asan_poison_memory_region ((char *)&s2[2], 2);
r = strcasestr(s1, s2);
assert(r == 0);
- // CHECK:'s2' <== Memory access at offset {{[0-9]+}} partially overflows this variable
+ // CHECK:'s2'{{.*}} <== Memory access at offset {{[0-9]+}} partially overflows this variable
return 0;
}