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/blenlib/BLI_optional_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_optional_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/blenlib/BLI_optional_test.cc b/tests/gtests/blenlib/BLI_optional_test.cc
index 8d8be9a3a31..2fc2188563e 100644
--- a/tests/gtests/blenlib/BLI_optional_test.cc
+++ b/tests/gtests/blenlib/BLI_optional_test.cc
@@ -3,7 +3,7 @@
#include "testing/testing.h"
#include <string>
-using namespace BLI;
+using namespace blender;
TEST(optional, DefaultConstructor)
{