summaryrefslogtreecommitdiffstats
path: root/tests/068-classloader/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/068-classloader/info.txt')
-rw-r--r--tests/068-classloader/info.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/068-classloader/info.txt b/tests/068-classloader/info.txt
deleted file mode 100644
index 421e52a3b..000000000
--- a/tests/068-classloader/info.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Class loaders allow code to "redefine" a given class, e.g. it's possible to
-have multiple classes called "com.android.Blah" loaded simultaneously. The
-classes are distinct and must be treated as such. This test exercises
-some situations in which a VM that only checks the UTF-8 signatures could
-mix things up.
-
-This also tests a couple of situations in which an IllegalAccessException
-is expected.