summaryrefslogtreecommitdiff
path: root/luni/src/test/java9language/java/libcore
Commit message (Collapse)AuthorAgeFilesLines
* Move Java9LanguageFeaturesTest.java into correct directory.Pete Gillin2019-07-111-0/+0
| | | | | | | | | The path accidentally didn't quite match the package name (with its repeated libcore), which violates the convention, and causes issues for some tools (e.g. vogar considers it an error). Test: cts-tradefed run cts-dev -m CtsLibcoreTestCase -t libcore.libcore.internal Change-Id: Iadd4ac5a28ca9041514804d672dc480f96824213
* Move Java9LanguageFeaturesTest into its own directory.Pete Gillin2019-06-271-0/+60
This is in preparation for http://r.android.com/999933, which adds more build file complexity around this test, and means that complexity is kept out of the top-level libcore JavaLibrary.bp. Test: cts-tradefed run cts-dev -m CtsLibcoreTestCase -t libcore.libcore.internal Change-Id: I31bb233925cfb39c0654b0af0813b33b26527787