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/alembic/abc_matrix_test.cc')
-rw-r--r--tests/gtests/alembic/abc_matrix_test.cc8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/gtests/alembic/abc_matrix_test.cc b/tests/gtests/alembic/abc_matrix_test.cc
index 60dfd4e30cf..fe0635ea7ab 100644
--- a/tests/gtests/alembic/abc_matrix_test.cc
+++ b/tests/gtests/alembic/abc_matrix_test.cc
@@ -8,7 +8,9 @@ extern "C" {
#include "BLI_utildefines.h"
}
-using namespace blender::io::alembic;
+namespace blender {
+namespace io {
+namespace alembic {
TEST(abc_matrix, CreateRotationMatrixY_YfromZ)
{
@@ -286,3 +288,7 @@ TEST(abc_matrix, CopyM44AxisSwapWithScale_gimbal_ZfromY)
EXPECT_M4_NEAR(expect, result, 1e-5f);
}
+
+} // namespace alembic
+} // namespace io
+} // namespace blender