commit | 4093a445853587a89bbadd8aae76341a66de946f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Feb 22 16:07:33 2017 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Feb 22 16:09:17 2017 -0800 |
tree | 43be47702ee6fc8010dbc69898a5ca581c6fd36a | |
parent | c190f93111e7bd92809a4b298a6ad4754f08675e [diff] |
Add tests for .equals and toString Test: hidl_test Test: hidl_test_java Bug: 32834072 Bug: 33459772 Change-Id: Ic1a87529fe5f8c12f7bfbdc2fa668e66922e075f
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index 76aefcf..a43b883 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal
@@ -38,6 +38,7 @@ V1 = 1 << 1, V2 = 1 << 2, V3 = 1 << 3, + VALL = V0 | V1 | V2 | V3, }; struct Fumble {