Merge "fortify: remove `pragma diagnostic error` from tests"
am: 14d5c12ed6

Change-Id: I98b676f22c717c2ad4e2fdb8911bc6d6a5843cfe
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>