Android CTS 7.1 Release 25 (5240545)
Fix Parameterized test support

Needed to run test added as part of this. This cannot ever have
worked as it was checking for an Annotation that was assignable
to Parameterized (which can never happen) rather than that the
@RunWith annotation's value() was assignable to Parameterized.

Bug: 28009087
Change-Id: Ied6520cf35eb74c7efaabf6331fd753e84656956
1 file changed