[HWASAN] Remove RUN statements, which have to effect on the test

This commit is contained in:
Kirill Stoimenov 2023-03-16 21:50:59 +00:00
parent 502ab13eb0
commit 20f3dc8f8b
2 changed files with 0 additions and 2 deletions

View 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.

View File

@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
// RUN: export LSAN_OPTIONS=detect_leaks=0
// UNSUPPORTED: no-exceptions
#include "cxxabi.h"