Skip to content

Commit 44d05d0

Browse files
committed
test: remove sanitizer suppression for nanobench
In #21738 an ASAN suppression for nanobench was added. This is not needed any more,as nanobench.h already includes the necessary suppressions for the relevant code.
1 parent e3c866e commit 44d05d0

File tree

1 file changed

+0
-1
lines changed
  • test/sanitizer_suppressions

1 file changed

+0
-1
lines changed

test/sanitizer_suppressions/ubsan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ implicit-unsigned-integer-truncation:crypto/
9898
implicit-unsigned-integer-truncation:leveldb/
9999
# std::variant warning fixed in https://github.com/gcc-mirror/gcc/commit/074436cf8cdd2a9ce75cadd36deb8301f00e55b9
100100
implicit-unsigned-integer-truncation:std::__detail::__variant::_Variant_storage
101-
shift-base:nanobench.h
102101
shift-base:*/include/c++/
103102
shift-base:arith_uint256.cpp
104103
shift-base:crypto/

0 commit comments

Comments
 (0)