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:
authorSybren A. Stüvel <sybren@blender.org>2020-05-08 16:12:56 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-05-08 16:41:50 +0300
commit163f21db8c0be74f971e56f1be26b09f12172644 (patch)
tree5bd401f40b3c8433943a92413ae3247d1006784a /tests/gtests
parentc3570ab51da8ac21b15d735a4613c0804fc14a64 (diff)
Cleanup: USD test, clarfied comment
No functional changes
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/usd/abstract_hierarchy_iterator_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/usd/abstract_hierarchy_iterator_test.cc b/tests/gtests/usd/abstract_hierarchy_iterator_test.cc
index 56d8100c30a..160dd52f39a 100644
--- a/tests/gtests/usd/abstract_hierarchy_iterator_test.cc
+++ b/tests/gtests/usd/abstract_hierarchy_iterator_test.cc
@@ -29,7 +29,7 @@ extern "C" {
#include <set>
/* Mapping from ID.name to set of export hierarchy path. Duplicated objects can be exported
- * multiple times, hence the set. */
+ * multiple times with different export paths, hence the set. */
typedef std::map<std::string, std::set<std::string>> created_writers;
using namespace USD;