Use fir to html in modularized test

This commit is contained in:
Simon Ogorodnik
2019-04-12 21:33:45 +03:00
committed by Mikhail Glukhikh
parent 61b410e276
commit 3cabf490dd
2 changed files with 17 additions and 1 deletions
@@ -21,6 +21,7 @@ dependencies {
testRuntime(project(":kotlin-reflect"))
testCompile(projectTests(":compiler:fir:resolve"))
testCompile(project(":compiler:fir:resolve"))
testCompile(project(":compiler:fir:dump"))
}
sourceSets {