diff options
Diffstat (limited to 'test/plugins/xml')
| -rw-r--r-- | test/plugins/xml/XmlParserTest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index 0802d5b..6ac962d 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -67,7 +67,7 @@ TEST(XmlParser, generic)  	XmlStandaloneEnvironment env(logger);  	env.parse("generic.oxm", "", "", RttiSet{&RttiTypes::Typesystem});  #ifdef MANAGER_GRAPHVIZ_EXPORT -//	env.manager.exportGraphviz("xmlDocument.dot"); +	env.manager.exportGraphviz("xmlDocument.dot");  #endif  }  }  | 
