summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-01-04 09:10:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-04 09:10:58 +0000
commitbd45927b84a4012022a8a9bc16bec4c63728e023 (patch)
treee89a7f25c44d447d41739f30216614d5969ddd94 /tests
parent31e0ddbc1c575d45ac0e353607113084537e3bab (diff)
parent4160ed79a00f82676725b01e73253a31d32dba39 (diff)
downloadplatform_hardware_interfaces-bd45927b84a4012022a8a9bc16bec4c63728e023.tar.gz
platform_hardware_interfaces-bd45927b84a4012022a8a9bc16bec4c63728e023.tar.bz2
platform_hardware_interfaces-bd45927b84a4012022a8a9bc16bec4c63728e023.zip
Merge "Remove empty generates clause." am: 12517de51d
am: 4160ed79a0 Change-Id: If4e18de85815193dc6de6b2184b6ffddee68505c
Diffstat (limited to 'tests')
-rw-r--r--tests/memory/1.0/IMemoryTest.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/memory/1.0/IMemoryTest.hal b/tests/memory/1.0/IMemoryTest.hal
index b20859ccd0..3c4d4f3d3d 100644
--- a/tests/memory/1.0/IMemoryTest.hal
+++ b/tests/memory/1.0/IMemoryTest.hal
@@ -23,6 +23,6 @@ interface IMemoryTest {
haveSomeMemory(memory mem) generates(memory mem);
fillMemory(memory memory_in, uint8_t filler);
haveSomeMemoryBlock(MemoryBlock blk) generates(MemoryBlock blk);
- set(memory mem) generates();
+ set(memory mem);
get()generates(IMemoryToken token);
};