Skip to content

Commit

Permalink
[HWASAN] Remove RUN statements, which have to effect on the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoimenov committed Mar 16, 2023
1 parent 502ab13 commit 20f3dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libcxxabi/test/forced_unwind2.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion libcxxabi/test/test_vector2.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//

// RUN: export LSAN_OPTIONS=detect_leaks=0
// UNSUPPORTED: no-exceptions

#include "cxxabi.h"
Expand Down

0 comments on commit 20f3dc8

Please sign in to comment.