Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
9836f4d9
Commit
9836f4d9
authored
Feb 18, 2013
by
yoogx
Browse files
* Test for issue #7
parent
fe34ca68
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/MANIFEST
View file @
9836f4d9
...
...
@@ -282,3 +282,4 @@ tests/example_04_05_1/t.aadl
tests/github/issue_1/test.aadl
tests/github/issue_6/test_spg.aadl
tests/github/issue_7/test.aadl
tests/github/issue_7/MANIFEST
0 → 100644
View file @
9836f4d9
AADL_VERSION=-aadlv2
tests/github/issue_7/test.aadl
0 → 100644
View file @
9836f4d9
package
test_renames_a
public
with
test_renames_b
;
Test_B
renames
system
test_renames_b
::
B
;
--
This
is
the
line
that
causes
the
error
system
A
end
A
;
system
implementation
A
.
impl
end
A
.
impl
;
end
test_renames_a
;
package
test_renames_b
public
system
B
end
B
;
end
test_renames_b
;
\ No newline at end of file
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