Update test for method name and result name.

Test: compiles

Bug: 33277700

Change-Id: I40de6f09da8d8bf9d03516bfb7a65a54d01fa18a
This commit is contained in:
Yifan Hong
2016-12-12 10:34:57 -08:00
parent 8b54c22992
commit 59cd3a4c14

View File

@@ -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);
};