Add tests on foreign annotations without them in classpath

#KT-19419 Fixed
This commit is contained in:
Denis Zharkov
2017-08-10 13:17:23 +07:00
parent 8948023a26
commit 8898455352
11 changed files with 428 additions and 23 deletions
@@ -232,6 +232,14 @@ fun main(args: Array<String>) {
model("foreignAnnotations/tests")
}
testClass<AbstractForeignAnnotationsNoAnnotationInClasspathTest> {
model("foreignAnnotations/tests")
}
testClass<AbstractForeignAnnotationsNoAnnotationInClasspathWithFastClassReadingTest> {
model("foreignAnnotations/tests")
}
testClass<AbstractResolveTest> {
model("resolve", extension = "resolve")
}