Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
440380c5
Commit
440380c5
authored
Jun 07, 2017
by
Etienne Renault
Committed by
Alexandre Duret-Lutz
Jun 11, 2017
Browse files
ikwiad: fix accepting run printing
* tests/core/ikwiad.cc: here.
parent
526e19d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/core/ikwiad.cc
View file @
440380c5
...
...
@@ -1531,7 +1531,7 @@ checked_main(int argc, char** argv)
if
(
graph_run_tgba_opt
)
spot
::
print_dot
(
std
::
cout
,
run
->
as_twa
());
else
std
::
cout
<<
run
;
std
::
cout
<<
*
run
;
tm
.
stop
(
"printing accepting run"
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment