[FIR IDE] Fix idea-fir-performance-tests module references

This commit is contained in:
Roman Golyshev
2020-10-01 14:21:38 +03:00
committed by Ilya Kirillov
parent efef18c2ca
commit 7833698038
3 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@ abstract class AbstractFirHighlightingPerformanceTest : AbstractHighlightingTest
var warmedUp: Boolean = false
@JvmStatic
val stats: Stats = Stats("fir-highlight")
val stats: Stats = Stats("firHighlight")
}
+1 -1
View File
@@ -107,7 +107,7 @@ val projectsToShadow by extra(listOf(
":idea:idea-frontend-fir",
":idea:idea-frontend-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",
*if (Ide.IJ())
arrayOf(
+1 -1
View File
@@ -324,7 +324,7 @@ include ":compiler:fir:cones",
":compiler:fir:analysis-tests"
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",
":plugins:parcelize:parcelize-ide",