Weakened testSuppressWarnings() so that it doesn't fail on the environment STRONG_WARNING.

This commit is contained in:
Sergey Igushkin
2017-02-03 16:55:53 +03:00
parent 99b902f5f2
commit d6a60424a9
@@ -35,7 +35,7 @@ class SimpleKotlinGradleIT : BaseGradleIT() {
project.build("build") {
assertSuccessful()
assertContains(":compileKotlin")
assertNotContains("w:")
assertNotContains("""w: [^\r\n]*?\.kt""".toRegex())
}
}