Skip to content

Commit de5ace6

Browse files
committed
fix clang format for deprecated.very.cpp in numeric limits
1 parent 3b31801 commit de5ace6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libcxx/test/std/depr/depr.numeric.imits.has.denorm/deprecated.verify.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ void func() {
9191
std::numeric_limits<const volatile double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}}
9292
std::numeric_limits<const volatile double>::denorm_min();
9393

94-
std::numeric_limits<const volatile long double>::has_denorm; // expected-warning {{'has_denorm' is deprecated}}
95-
std::numeric_limits<const volatile long double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}}
94+
std::numeric_limits<const volatile long double>::has_denorm; // expected-warning {{'has_denorm' is deprecated}}
95+
std::numeric_limits<
96+
const volatile long double>::has_denorm_loss; // expected-warning {{'has_denorm_loss' is deprecated}}
9697
std::numeric_limits<const volatile long double>::denorm_min();
9798

9899
std::denorm_indeterminate; // expected-warning {{'denorm_indeterminate' is deprecated}}

0 commit comments

Comments
 (0)