Fix build after rebase on master

This commit is contained in:
Ilya Chernikov
2017-09-11 22:34:01 +02:00
parent 46884bec84
commit d92cce6e6a
5 changed files with 8 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@ dependencies {
testCompile(project(":compiler:util"))
testCompile(project(":compiler:cli"))
testCompile(project(":idea:idea-android"))
testCompile(preloadedDeps("uast-tests"))
testRuntime(ideaSdkDeps("*.jar"))
}