Merge "fortify: remove `pragma diagnostic error` from tests"
diff --git a/tests/clang_fortify_tests.cpp b/tests/clang_fortify_tests.cpp
index 2838ab2..018880f 100644
--- a/tests/clang_fortify_tests.cpp
+++ b/tests/clang_fortify_tests.cpp
@@ -69,7 +69,6 @@
 #define SOMETIMES_CONST volatile
 #else
 #define SOMETIMES_CONST const
-#pragma clang diagnostic error "-Wfortify-source"
 #endif
 
 #include <err.h>