Index: syzygy/integration_tests/integration_tests_dll.cc |
diff --git a/syzygy/integration_tests/integration_tests_dll.cc b/syzygy/integration_tests/integration_tests_dll.cc |
index ec5cd23334d824c0388b768b88d035707cbf466b..3d5a384b8874a3027f5f6b108bd56a9f58988b31 100644 |
--- a/syzygy/integration_tests/integration_tests_dll.cc |
+++ b/syzygy/integration_tests/integration_tests_dll.cc |
@@ -20,11 +20,13 @@ |
#include "syzygy/integration_tests/asan_check_tests.h" |
#include "syzygy/integration_tests/asan_interceptors_tests.h" |
#include "syzygy/integration_tests/asan_page_protection_tests.h" |
+#ifndef __clang__ |
#include "syzygy/integration_tests/bb_entry_tests.h" |
#include "syzygy/integration_tests/behavior_tests.h" |
#include "syzygy/integration_tests/coverage_tests.h" |
-#include "syzygy/integration_tests/deferred_free_tests.h" |
#include "syzygy/integration_tests/profile_tests.h" |
+#endif // __clang__ |
+#include "syzygy/integration_tests/deferred_free_tests.h" |
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) { |
return TRUE; |