Browse Source

[tests] add macro test for SOCKET_ERROR

Yuxiao Mao 1 tháng trước cách đây
mục cha
commit
6352d47aba

+ 3 - 0
other/tests/header_macro_clashes/check.h

@@ -112,3 +112,6 @@
 #ifdef __valid
 #ifdef __valid
 #error "__valid is defined"
 #error "__valid is defined"
 #endif
 #endif
+#ifdef SOCKET_ERROR
+#error "SOCKET_ERROR is defined"
+#endif