Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
5a6ba38e
Commit
5a6ba38e
authored
Jan 04, 2017
by
Maxime Perrotin
Browse files
Condition on the state for exhausting transitions
parent
02654e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-iterators/test.adb
View file @
5a6ba38e
...
...
@@ -197,9 +197,15 @@ procedure test is
procedure
exhaustive_simulation
is
begin
exhaust_paramless
;
exhaust_pulse
;
exhaust_arr
;
if
Process_Ctxt
.
State
in
Wait
|
Running
then
exhaust_paramless
;
end
if
;
if
Process_Ctxt
.
State
in
Wait
|
Running
then
exhaust_pulse
;
end
if
;
if
Process_Ctxt
.
State
in
Wait
|
Running
then
exhaust_arr
;
end
if
;
end
;
event
:
Event_ty
(
start
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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