Skip to content

Commit c88c069

Browse files
authored
Remove overridden method for libraries path provider
Removed the overridden method for standard libraries path provider.
1 parent cdefa52 commit c88c069

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Write your abstract tests:
2525
```kotlin
2626
@TestMetadata("compiler-tests/src/test/data/box")
2727
open class AbstractBoxTest : AbstractFirLightTreeBlackBoxCodegenTest() {
28-
override fun createKotlinStandardLibrariesPathProvider(): KotlinStandardLibrariesPathProvider {
29-
return ClasspathBasedStandardLibrariesPathProvider
30-
}
31-
3228
override fun configure(builder: TestConfigurationBuilder) {
3329
super.configure(builder)
3430

0 commit comments

Comments
 (0)