From 63c3f6dc48395c7155485ec6ada4d5b34681291b Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 25 Dec 2022 21:42:43 +0100 Subject: [PATCH] Fixed type aliases test case --- tests/t00049/.clang-uml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/t00049/.clang-uml b/tests/t00049/.clang-uml index 10f19ce1..b8653678 100644 --- a/tests/t00049/.clang-uml +++ b/tests/t00049/.clang-uml @@ -5,8 +5,10 @@ diagrams: type: class using_namespace: clanguml::t00049 type_aliases: - "std::vector": string_vector "std::basic_string": thestring + "std::string": thestring + "std::vector": string_vector + "std::vector": string_vector "std::map": intmap glob: - ../../tests/t00049/t00049.cc