Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deb0cfce authored by Yifan Hong's avatar Yifan Hong
Browse files

Add test for single letter IDs.

Test: mma

Bug: 32068694
Change-Id: I56659715beaadd8ebb3b9f36558e7ebcdb3e4d27
parent e397b737
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
package android.hardware.tests.pointer@1.0;

interface IPointer {
  struct S { int32_t data; };
  struct A { S s; };
  // type declarations
  struct Sam { int32_t data; };
  struct Ada { ref<Sam> s_ptr; };