commit | 999693e4e83c71c7d84a10825d4f5101f5f2c0b1 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 08 15:54:11 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 08 15:54:11 2018 +0000 |
tree | 19eca980ccad84f5c9fb079ddfcb597b12ddedf6 | |
parent | b99e695e919f6bb63af71de7e1f77e529e0a71bb [diff] | |
parent | dad22198bea3d2ceddae0b0323ab9cca85741168 [diff] |
Merge "IFoo: remove pointer from u."
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index 4a930a2..9642e2a 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal
@@ -103,7 +103,6 @@ union U { int8_t number; int8_t[1][2] multidimArray; - pointer p; Fumble anotherStruct; bitfield<BitField> bf; } u;