summaryrefslogtreecommitdiff
path: root/src/expand/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand/test.cpp')
-rw-r--r--src/expand/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand/test.cpp b/src/expand/test.cpp
index 9497c692..ac536228 100644
--- a/src/expand/test.cpp
+++ b/src/expand/test.cpp
@@ -25,7 +25,7 @@ class CTestHandler:
for(const auto& node : path.nodes())
{
td.name += "::";
- td.name += node.name();
+ td.name += node.name().c_str();
}
td.path = ::AST::Path(path);