Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtests/functions/FN_array_spans_test.cc')
-rw-r--r--tests/gtests/functions/FN_array_spans_test.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/gtests/functions/FN_array_spans_test.cc b/tests/gtests/functions/FN_array_spans_test.cc
index 21e52a90e4b..fa483ebf0f8 100644
--- a/tests/gtests/functions/FN_array_spans_test.cc
+++ b/tests/gtests/functions/FN_array_spans_test.cc
@@ -22,8 +22,7 @@
#include "BLI_array.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
TEST(virtual_array_span, EmptyConstructor)
{
@@ -145,5 +144,4 @@ TEST(generic_virtual_array_span, IsSingleArray2)
EXPECT_FALSE(converted.is_single_array());
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn