eolian tests: revert incorrect change resulting in failed parsing

Commit 98b716d0fa modified this file
for no apparent reason, breaking tests.
This commit is contained in:
Daniel Kolesa 2018-12-03 10:41:43 +01:00
parent d652231fcd
commit 6ec6d93535
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class Complex_Type {
methods {
@property a {
set {
return: list<array<Eo @owned> > @owned;
return: list<array<ptr(Eo) @owned> > @owned;
}
get {
}