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
Ocarina
Commits
84e173b8
Commit
84e173b8
authored
May 11, 2019
by
Rahma BOUAZIZ
Committed by
yoogx
May 11, 2019
Browse files
* Correct assertion
For openaadl/ocarina#189
parent
be827c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/model/ocarina-builder-aadl_ba-actions.adb
View file @
84e173b8
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2010-201
6
ESA & ISAE. --
-- Copyright (C) 2010-201
9
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify under --
-- terms of the GNU General Public License as published by the Free Soft- --
...
...
@@ -166,7 +166,7 @@ package body Ocarina.Builder.AADL_BA.Actions is
pragma
Assert
(
Kind
(
If_Stat
)
=
K_Conditional_Statement
);
pragma
Assert
(
No
(
Elsif_Stat
)
or
else
Kind
(
Elsif_Stat
)
=
K_Conditional_Statement
);
pragma
Assert
(
No
(
Els
if
_Stat
)
pragma
Assert
(
No
(
Els
e
_Stat
)
or
else
Kind
(
Else_Stat
)
=
K_Conditional_Statement
);
begin
Set_BE_Container
(
If_Cond_Struct
,
Container
);
...
...
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