aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/operator_new_right_oob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Windows/operator_new_right_oob.cc')
-rw-r--r--test/asan/TestCases/Windows/operator_new_right_oob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/operator_new_right_oob.cc b/test/asan/TestCases/Windows/operator_new_right_oob.cc
index 7a66d1714b97..7edee5495549 100644
--- a/test/asan/TestCases/Windows/operator_new_right_oob.cc
+++ b/test/asan/TestCases/Windows/operator_new_right_oob.cc
@@ -11,7 +11,7 @@ int main() {
// CHECK: {{#0 .* main .*operator_new_right_oob.cc}}:[[@LINE-3]]
// CHECK: [[ADDR]] is located 0 bytes to the right of 1-byte region
// CHECK: allocated by thread T0 here:
-// CHECK: {{#0 .* operator new }}
+// CHECK: {{#0 .* operator new}}
// CHECK: {{#1 .* main .*operator_new_right_oob.cc}}:[[@LINE-8]]
delete buffer;
}