summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-12-09 17:30:05 +0100
committerTor Egge <Tor.Egge@online.no>2022-12-09 17:30:05 +0100
commit8a33f00b0fe76c326dbace331ec13c409cf3ffc5 (patch)
tree9afd577a30326eb10f14bb8cd4daec74001e4c81 /vespalib
parentbb5ee0c17ffaebe047eb8aea528322b8e22c56f7 (diff)
Disable a limited set of unit tests when using undefined sanitizer.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/exception_classes/silenceuncaught_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp b/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
index 8f8ce2cc915..a7102ec9868 100644
--- a/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
+++ b/vespalib/src/tests/exception_classes/silenceuncaught_test.cpp
@@ -1,7 +1,8 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include <vespa/config.h>
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/vespalib/util/exception.h>
-#include <vespa/vespalib/util/sanitizers.h>
#include <vespa/vespalib/process/process.h>
using namespace vespalib;