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

Commit 2079ac87 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix a typo in testing support library doc."

parents 1d818042 9bbd22cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},