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
a6829da8
Commit
a6829da8
authored
Mar 19, 2013
by
yoogx
Browse files
* Allow for empty property sets
For test AADL-CTS/02-Semantic/SC0009/AADL-11.1/02-pos in aadlqa
parent
e8c26eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontends/aadl/ocarina-fe_aadl-parser-properties.adb
View file @
a6829da8
...
...
@@ -1250,6 +1250,8 @@ package body Ocarina.FE_AADL.Parser.Properties is
end
if
;
loop
exit
when
Token
=
T_End
;
if
Token
/=
T_Identifier
then
DPE
(
PC_Property_Declaration
,
T_Identifier
);
Skip_Tokens
((
T_End
,
T_Semicolon
));
...
...
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