FIR: Fix gradle integration tests broken by c6fa3634

This commit is contained in:
Simon Ogorodnik
2021-04-28 22:43:11 +03:00
parent 13464cce68
commit 6365164c21
@@ -203,9 +203,11 @@ class KotlinGradleIT : BaseGradleIT() {
private fun removeFirWarning(output: String): String { private fun removeFirWarning(output: String): String {
return output.replace( return output.replace(
"""w: ATTENTION! """
This build uses in-dev FIR: |w: ATTENTION!
-Xuse-fir""", "" | This build uses in-dev FIR:
| -Xuse-fir
""".trimMargin().replace("\n", SYSTEM_LINE_SEPARATOR), ""
) )
} }