Fix Android test compilation: remove license from generate file

This commit is contained in:
Mikhael Bogdanov
2019-03-28 15:34:46 +01:00
parent 3164197b88
commit 1a4acb1694
@@ -80,7 +80,6 @@ class CodegenTestsOnAndroidGenerator private constructor(private val pathManager
FileWriter(File(testSourceFilePath).also { it.parentFile.mkdirs() }).use {
val p = Printer(it)
p.print(FileUtil.loadFile(File("license/LICENSE.txt")))
p.println(
"""package $testClassPackage;
|