From 9bbd22cd88488db59271a4841fb56e427a082905 Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Wed, 7 Sep 2016 09:12:54 -0700 Subject: [PATCH] Fix a typo in testing support library doc. s/SDKSupress/SdkSupress Change-Id: I01c0c821a7e563d5525032611eb7feea9e198a91 --- docs/html/topic/libraries/testing-support-library/index.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/topic/libraries/testing-support-library/index.jd b/docs/html/topic/libraries/testing-support-library/index.jd index 941f5c3024d0b..3d3c0911fb9e7 100644 --- a/docs/html/topic/libraries/testing-support-library/index.jd +++ b/docs/html/topic/libraries/testing-support-library/index.jd @@ -202,7 +202,7 @@ public class CalculatorInstrumentationTest
  • {@code @SdkSupress}: 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)}.
  • {@link android.test.suitebuilder.annotation.SmallTest @SmallTest},