Remove debug code in the test for CheckerTestUtil class

This commit is contained in:
victor.petukhov
2019-04-10 17:10:56 +03:00
parent 121f30d9cc
commit 3ba48f219c
@@ -112,12 +112,7 @@ class CheckerTestUtilTest : KotlinTestWithEnvironment() {
private fun getTestDataPath() = KotlinTestUtils.getTestDataPathBase() + "/diagnostics/checkerTestUtil"
override fun createEnvironment(): KotlinCoreEnvironment {
println(System.getProperty("user.home"))
System.setProperty("user.dir", "/Users/victor.petukhov/IdeaProjects/kotlin")
println(System.getProperty("user.dir"))
return createEnvironmentWithMockJdk(ConfigurationKind.ALL)
}
override fun createEnvironment() = createEnvironmentWithMockJdk(ConfigurationKind.ALL)
private fun doTest(test: Test) = test.test(
TestCheckerUtil.createCheckAndReturnPsiFile(