[HWASAN] Remove RUN statements, which have to effect on the test
authorKirill Stoimenov <kstoimenov@google.com>
Thu, 16 Mar 2023 21:50:59 +0000 (21:50 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Thu, 16 Mar 2023 21:54:22 +0000 (21:54 +0000)
libcxxabi/test/forced_unwind2.pass.cpp
libcxxabi/test/test_vector2.pass.cpp

index eefb35b35bb647f9fd341b93871b4d73c819e0a1..a61d397dc35ff64c2712c34c5f1e29bdb63e98e0 100644 (file)
@@ -8,7 +8,6 @@
 
 // Forced unwinding causes std::terminate when going through noexcept.
 
-// RUN: export LSAN_OPTIONS=detect_leaks=0
 // UNSUPPORTED: no-exceptions, c++03
 
 // These tests fail on previously released dylibs, investigation needed.
index 78bdc8118b50bdbe571318d20421787ab16331be..3f04c3df7aca8bdb182ff2d06a5d6b89e6d7a9a2 100644 (file)
@@ -6,7 +6,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-// RUN: export LSAN_OPTIONS=detect_leaks=0
 // UNSUPPORTED: no-exceptions
 
 #include "cxxabi.h"