summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/CompileFeatures/c_std_23.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/CompileFeatures/c_std_23.c b/Tests/CompileFeatures/c_std_23.c
index 6073b552..a60a16e 100644
--- a/Tests/CompileFeatures/c_std_23.c
+++ b/Tests/CompileFeatures/c_std_23.c
@@ -1,6 +1,5 @@
#include "c_std.h"
#if defined(C_STD) && C_STD <= C_STD_17 && \
- !(C_STD == C_STD_17 && defined(__apple_build_version__) && \
- defined(__clang_major__) && __clang_major__ < 14)
+ !(C_STD == C_STD_17 && defined(__clang_major__) && __clang_major__ < 14)
# error "c_std_23 not honored"
#endif