KT-64205 [AA] Rearrange testData for reference shortener

Get rid of `referenceShortener/referenceShortener` nested directory
This commit is contained in:
Roman Golyshev
2023-12-13 17:18:01 +02:00
committed by teamcity
parent 21b7405435
commit 146d93a044
355 changed files with 394 additions and 394 deletions
@@ -276,11 +276,11 @@ private fun AnalysisApiTestGroup.generateAnalysisApiComponentsTests() {
component("referenceShortener", filter = frontendIs(FrontendKind.Fir) and analysisSessionModeIs(AnalysisSessionMode.Normal)) {
test(AbstractReferenceShortenerTest::class) {
model(it, "referenceShortener")
model(it, "shortenRange")
}
test(AbstractReferenceShortenerForWholeFileTest::class) {
model(it, "referenceShortenerWholeFile")
model(it, "shortenWholeFile")
}
}