Skip to content

Commit 9c8d237

Browse files
committed
fix typo in clang/test/Preprocessor/feature_tests.cpp
1 parent 9938086 commit 9c8d237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Preprocessor/feature_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#if !__has_constexpr_builtin(__builtin_fmax) || \
6161
!__has_constexpr_builtin(__builtin_fmin) || \
6262
!__has_constexpr_builtin(__builtin_fmaximum_num) || \
63-
!__has_constexpr_builtin(__builtin_fmaximum_num)
63+
!__has_constexpr_builtin(__builtin_fminimum_num)
6464
#error Clang should have these constexpr builtins
6565
#endif
6666

0 commit comments

Comments
 (0)