Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
4207774c
Commit
4207774c
authored
Dec 23, 2018
by
Alexander David Hellwig
Browse files
Add model for test case
parent
3992fd04
Pipeline
#94037
failed with stage
in 14 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/streamtests/multipleAssignmentsBase/test/MultipleAssignments.emam
0 → 100644
View file @
4207774c
package
test
;
component
MultipleAssignments
{
ports
in
Q
a
,
out
Q
c
;
implementation
Math
{
Q
b
=
42
+
a
;
c
=
1
+
b
;
b
=
43
;
c
=
1
+
b
;
}
}
\ No newline at end of file
src/test/resources/streamtests/multipleAssignmentsBase/test/MultipleAssignmentsTest.stream
0 → 100644
View file @
4207774c
package
test
;
stream
MultipleAssignmentsTest
for
MultipleAssignments
{
a
:
10
;
c
:
44
;
}
\ No newline at end of file
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