Fix a typo in testing support library doc.

s/SDKSupress/SdkSupress

Change-Id: I01c0c821a7e563d5525032611eb7feea9e198a91
This commit is contained in:
Aurimas Liutikas
2016-09-07 09:12:54 -07:00
parent 51c1b3466a
commit 9bbd22cd88

View File

@@ -202,7 +202,7 @@ public class CalculatorInstrumentationTest
<li><a href="{@docRoot}reference/android/support/test/filters/SdkSuppress.html">{@code @SdkSupress}</a>:
Suppresses the test from running on a lower Android API level than the given level. For
example, to suppress tests on all API levels lower than 18 from running, use the annotation
{@code @SDKSupress(minSdkVersion=18)}.
{@code @SdkSuppress(minSdkVersion=18)}.
</li>
<li>{@link android.test.suitebuilder.annotation.SmallTest &#64;SmallTest},