summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.limits
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/language.support/support.limits')
-rw-r--r--libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp b/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp
index bbead15da64..50cfc467425 100644
--- a/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp
+++ b/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp
@@ -178,13 +178,13 @@ int main()
TEST_NUMERIC_LIMITS(const float)
TEST_NUMERIC_LIMITS(volatile float)
TEST_NUMERIC_LIMITS(const volatile float)
-
+
// double
TEST_NUMERIC_LIMITS(double)
TEST_NUMERIC_LIMITS(const double)
TEST_NUMERIC_LIMITS(volatile double)
TEST_NUMERIC_LIMITS(const volatile double)
-
+
// long double
TEST_NUMERIC_LIMITS(long double)
TEST_NUMERIC_LIMITS(const long double)
OpenPOWER on IntegriCloud