aboutsummaryrefslogtreecommitdiff
path: root/test/libcxx/containers/unord/next_pow2.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/libcxx/containers/unord/next_pow2.pass.cpp')
-rw-r--r--test/libcxx/containers/unord/next_pow2.pass.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/libcxx/containers/unord/next_pow2.pass.cpp b/test/libcxx/containers/unord/next_pow2.pass.cpp
index 3784eb87cebb..a878da4f5aa6 100644
--- a/test/libcxx/containers/unord/next_pow2.pass.cpp
+++ b/test/libcxx/containers/unord/next_pow2.pass.cpp
@@ -54,12 +54,12 @@ test_next_pow2()
assert(std::__next_hash_pow2(pow2) == pow2);
}
- test_next_pow2_val(3);
- test_next_pow2_val(7);
- test_next_pow2_val(9);
- test_next_pow2_val(15);
- test_next_pow2_val(127);
- test_next_pow2_val(129);
+ test_next_pow2_val(3);
+ test_next_pow2_val(7);
+ test_next_pow2_val(9);
+ test_next_pow2_val(15);
+ test_next_pow2_val(127);
+ test_next_pow2_val(129);
}
// Note: this is only really useful when run with -fsanitize=undefined.