summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2017-05-18 09:31:37 +0000
committerDaniel Jasper <djasper@google.com>2017-05-18 09:31:37 +0000
commit17219d802f003f2e21fd5432d7cd19501b61acad (patch)
treee9e4f8dd67c05c067c0bd62fe821d1cebea61be7 /lib/sanitizer_common/tests
parentdb37b96cbef5ca2abec3bd3f9956c29ff64dd37f (diff)
Revert r302781 and subsequent attempts to disable part of it.
The Msan unit tests are still broken and by this point, I think we should start over. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@303339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/tests')
-rw-r--r--lib/sanitizer_common/tests/sanitizer_test_utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/sanitizer_common/tests/sanitizer_test_utils.h b/lib/sanitizer_common/tests/sanitizer_test_utils.h
index f42142aaa..9c162a66f 100644
--- a/lib/sanitizer_common/tests/sanitizer_test_utils.h
+++ b/lib/sanitizer_common/tests/sanitizer_test_utils.h
@@ -124,11 +124,4 @@ static inline uint32_t my_rand() {
# define SANITIZER_TEST_HAS_PRINTF_L 0
#endif
-#if !defined(_MSC_VER)
-// Test temporary disabled until r302781 is reverted or fixed.
-# define SANITIZER_TEST_HAS_STRNDUP 0
-#else
-# define SANITIZER_TEST_HAS_STRNDUP 0
-#endif
-
#endif // SANITIZER_TEST_UTILS_H