aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test/IjarTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/test/IjarTests.java')
-rw-r--r--third_party/ijar/test/IjarTests.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/ijar/test/IjarTests.java b/third_party/ijar/test/IjarTests.java
index 7abdbb7868..43abc41773 100644
--- a/third_party/ijar/test/IjarTests.java
+++ b/third_party/ijar/test/IjarTests.java
@@ -266,4 +266,10 @@ public class IjarTests {
/*flags=*/ 0);
return innerClasses;
}
+
+ @Test
+ public void moduleInfo() throws Exception {
+ Map<String, byte[]> lib = readJar("third_party/ijar/test/module_info-interface.jar");
+ assertThat(lib.keySet()).containsExactly("java/lang/String.class");
+ }
}