Remove debug code in the test for CheckerTestUtil class
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user