summaryrefslogtreecommitdiffstats
path: root/tests/bugs190/modules/aaa
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2017-10-20 12:33:19 -0700
committerAndy Clement <aclement@pivotal.io>2017-10-20 12:33:19 -0700
commit5e86980fa0248cd94012416eda7fee581245f52a (patch)
treed44f5cc0f71aeb519275f205810db6b643420f83 /tests/bugs190/modules/aaa
parent62024412b0efe3fe153cf02e460785d7137876ba (diff)
downloadaspectj-5e86980fa0248cd94012416eda7fee581245f52a.tar.gz
aspectj-5e86980fa0248cd94012416eda7fee581245f52a.zip
rebuilt internal dependencies
Diffstat (limited to 'tests/bugs190/modules/aaa')
-rw-r--r--tests/bugs190/modules/aaa/com/foo1/C1.java3
-rw-r--r--tests/bugs190/modules/aaa/module-info.java3
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs190/modules/aaa/com/foo1/C1.java b/tests/bugs190/modules/aaa/com/foo1/C1.java
new file mode 100644
index 000000000..eb087840d
--- /dev/null
+++ b/tests/bugs190/modules/aaa/com/foo1/C1.java
@@ -0,0 +1,3 @@
+package com.foo1;
+
+public class C1 {}
diff --git a/tests/bugs190/modules/aaa/module-info.java b/tests/bugs190/modules/aaa/module-info.java
new file mode 100644
index 000000000..b6bd69405
--- /dev/null
+++ b/tests/bugs190/modules/aaa/module-info.java
@@ -0,0 +1,3 @@
+module e.f.g {
+ exports com.foo1;
+}