Skip to content

Commit 08032cc

Browse files
authored
Merge pull request #1435 from diffblue/smv-parse-tree-base-name
SMV: use module base name in parse tree output
2 parents d5e3d10 + 5125ee4 commit 08032cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smvlang/smv_parse_tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void smv_parse_treet::show(std::ostream &out) const
103103
{
104104
auto &module = module_it.second;
105105

106-
out << "Module: " << module.name << std::endl << std::endl;
106+
out << "Module: " << module.base_name << '\n' << '\n';
107107

108108
out << " PARAMETERS:\n";
109109

0 commit comments

Comments
 (0)