diff --git a/base/src/test/kotlin/proguard/ConfigurationParserTest.kt b/base/src/test/kotlin/proguard/ConfigurationParserTest.kt index bf838c83..2ded1c01 100644 --- a/base/src/test/kotlin/proguard/ConfigurationParserTest.kt +++ b/base/src/test/kotlin/proguard/ConfigurationParserTest.kt @@ -223,7 +223,7 @@ class ConfigurationParserTest : FreeSpec({ "The option prints out a warning" { customOutputStream.toString() shouldContain "Warning: The R8 option -maximumremovedandroidloglevel is currently not supported by ProGuard.\n" + - "This option will have no effect on the optimized artifact." + "This option will have no effect on the optimized artifact." System.setOut(savedPrintStream) } } @@ -243,13 +243,12 @@ class ConfigurationParserTest : FreeSpec({ "The option prints out a warning" { customOutputStream.toString() shouldContain "Warning: The R8 option -maximumremovedandroidloglevel is currently not supported by ProGuard.\n" + - "This option will have no effect on the optimized artifact." + "This option will have no effect on the optimized artifact." System.setOut(savedPrintStream) } } } - "Wildcard type tests" - { class TestConfig( val configOption: String,