summaryrefslogtreecommitdiff
path: root/dx/tests/089-dex-define-object/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dx/tests/089-dex-define-object/info.txt')
-rw-r--r--dx/tests/089-dex-define-object/info.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/dx/tests/089-dex-define-object/info.txt b/dx/tests/089-dex-define-object/info.txt
new file mode 100644
index 0000000..e035834
--- /dev/null
+++ b/dx/tests/089-dex-define-object/info.txt
@@ -0,0 +1,4 @@
+This tests that a stripped down definition of the class Object can in
+fact be converted to a dex file. This test ensures that the conversion
+runs without failure, though the contents of the converted file are
+not checked for correctness.