Weakened testSuppressWarnings() so that it doesn't fail on the environment STRONG_WARNING.
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ class SimpleKotlinGradleIT : BaseGradleIT() {
|
|||||||
project.build("build") {
|
project.build("build") {
|
||||||
assertSuccessful()
|
assertSuccessful()
|
||||||
assertContains(":compileKotlin")
|
assertContains(":compileKotlin")
|
||||||
assertNotContains("w:")
|
assertNotContains("""w: [^\r\n]*?\.kt""".toRegex())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user