diff options
Diffstat (limited to 'tests/framework-tests/README')
-rw-r--r-- | tests/framework-tests/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/framework-tests/README b/tests/framework-tests/README deleted file mode 100644 index 7b46b25..0000000 --- a/tests/framework-tests/README +++ /dev/null @@ -1,5 +0,0 @@ -This package contains tests which need to access package-private members in the framework code. -To do this, the tests must be loaded in the same class loader as the classes which they are -testing. This package is loaded in the boot classpath. - -Run these tests via AndroidTests -> FrameworkTests. |