aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/format/DacFormatTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/kotlin/format/DacFormatTest.kt')
-rw-r--r--core/src/test/kotlin/format/DacFormatTest.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/test/kotlin/format/DacFormatTest.kt b/core/src/test/kotlin/format/DacFormatTest.kt
index e84f11f68..d37afa2e2 100644
--- a/core/src/test/kotlin/format/DacFormatTest.kt
+++ b/core/src/test/kotlin/format/DacFormatTest.kt
@@ -14,4 +14,8 @@ class DacFormatTest: DacFormatTestCase() {
@Test fun javaConstructor() {
verifyDirectory("javaConstructor")
}
+
+ @Test fun javaClassLinks() {
+ verifyDirectory("javaClassLinks")
+ }
} \ No newline at end of file