Minor: Fix compilation error

This commit is contained in:
Yan Zhulanow
2016-08-29 18:16:47 +03:00
parent 8ae5ecf4ff
commit 1a94e2202b
@@ -60,7 +60,7 @@ public abstract class AbstractJavaAnnotationProcessingTest extends KotlinMultiFi
TestCase.assertTrue("No FqName specified. First line of the form '// f.q.Name' expected", matcher.find());
String fqName = matcher.group(1);
getEnvironment().updateClasspath(Collections.singletonList(testDir));
getEnvironment().tryUpdateClasspath(Collections.singletonList(testDir));
super.doTest(new File(testDir.getParentFile(), "common.kt").getCanonicalPath());