[decompiler stubs] fix CCE in tests

This commit is contained in:
Ilya Kirillov
2022-09-23 20:09:23 +02:00
parent ed65f62e3d
commit 5a88f2088a
@@ -13,6 +13,7 @@ dependencies {
implementation(intellijCore())
testImplementation(projectTests(":compiler:tests-common"))
testImplementation(projectTests(":compiler:tests-common-new"))
testImplementation(projectTests(":analysis:decompiled:decompiler-to-file-stubs"))
}