mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Add test for eliding bitfield returns.
Test: mma Bug: 33298401 Change-Id: I9e50c20b29215664040183bcdfee6b6902c00e3d
This commit is contained in:
@@ -55,4 +55,6 @@ interface IBaz extends IBase {
|
||||
haveAStringVec(vec<string> vector) generates (vec<string> result);
|
||||
|
||||
returnABunchOfStrings() generates (string a, string b, string c);
|
||||
|
||||
returnABitField() generates (bitfield<BitField> good);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user