[FIR IDE] Fix idea-fir-performance-tests module references
This commit is contained in:
committed by
Ilya Kirillov
parent
efef18c2ca
commit
7833698038
+1
-1
@@ -28,7 +28,7 @@ abstract class AbstractFirHighlightingPerformanceTest : AbstractHighlightingTest
|
|||||||
var warmedUp: Boolean = false
|
var warmedUp: Boolean = false
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
val stats: Stats = Stats("fir-highlight")
|
val stats: Stats = Stats("firHighlight")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ val projectsToShadow by extra(listOf(
|
|||||||
":idea:idea-frontend-fir",
|
":idea:idea-frontend-fir",
|
||||||
":idea:idea-frontend-api",
|
":idea:idea-frontend-api",
|
||||||
":idea:idea-frontend-fir:idea-fir-low-level-api",
|
":idea:idea-frontend-fir:idea-fir-low-level-api",
|
||||||
":idea:idea-frontend-fir:idea-fir-performance-tests",
|
":idea:idea-fir-performance-tests",
|
||||||
":idea:idea-fir",
|
":idea:idea-fir",
|
||||||
*if (Ide.IJ())
|
*if (Ide.IJ())
|
||||||
arrayOf(
|
arrayOf(
|
||||||
|
|||||||
+1
-1
@@ -324,7 +324,7 @@ include ":compiler:fir:cones",
|
|||||||
":compiler:fir:analysis-tests"
|
":compiler:fir:analysis-tests"
|
||||||
|
|
||||||
include ":idea:idea-frontend-fir:idea-fir-low-level-api"
|
include ":idea:idea-frontend-fir:idea-fir-low-level-api"
|
||||||
include ":idea:idea-frontend-fir:idea-fir-performance-tests"
|
include ":idea:idea-fir-performance-tests"
|
||||||
|
|
||||||
include ":plugins:parcelize:parcelize-compiler",
|
include ":plugins:parcelize:parcelize-compiler",
|
||||||
":plugins:parcelize:parcelize-ide",
|
":plugins:parcelize:parcelize-ide",
|
||||||
|
|||||||
Reference in New Issue
Block a user