mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Update test for method name and result name.
Test: compiles Bug: 33277700 Change-Id: I40de6f09da8d8bf9d03516bfb7a65a54d01fa18a
This commit is contained in:
@@ -57,4 +57,6 @@ interface IBaz extends IBase {
|
||||
returnABunchOfStrings() generates (string a, string b, string c);
|
||||
|
||||
returnABitField() generates (bitfield<BitField> good);
|
||||
|
||||
size(uint32_t size) generates (uint32_t size);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user