update localepicker test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I9bb151cbffadbea0892ffe7c4fd74dde7fdfc363
This commit is contained in:
jeffreyhuang
2017-11-30 14:50:56 -08:00
parent 7ec34c1781
commit 28caae37f6

View File

@@ -33,7 +33,7 @@ import org.robolectric.util.ReflectionHelpers;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH,
sdk = TestConfig.SDK_VERSION,
sdk = TestConfig.SDK_VERSION_O,
shadows = { ShadowSettingsPreferenceFragment.class })
public class LocaleListEditorTest {