summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorKirill Stoimenov <kstoimenov@google.com>2023-03-16 17:36:53 +0000
committerKirill Stoimenov <kstoimenov@google.com>2023-03-16 17:38:50 +0000
commite0df9431d7f64068ac3dd77bfe1ee797789c9e34 (patch)
tree56098999f8a47a4d7e468b7cbb668d7a21f2a508 /libcxxabi
parentd9c1dbc204011083d6194731bf3ac8ade677ac70 (diff)
downloadllvm-e0df9431d7f64068ac3dd77bfe1ee797789c9e34.tar.gz
[HWASAN] Disable leak checking for test_vector2.pass.cpp
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/test_vector2.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp
index 3f04c3df7aca..78bdc8118b50 100644
--- a/libcxxabi/test/test_vector2.pass.cpp
+++ b/libcxxabi/test/test_vector2.pass.cpp
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+// RUN: export LSAN_OPTIONS=detect_leaks=0
// UNSUPPORTED: no-exceptions
#include "cxxabi.h"