Native, Gradle IT: Fix assertion message

This commit is contained in:
Dmitriy Dolovov
2020-11-11 11:35:47 +03:00
parent fbd8de04b8
commit 078963eead
@@ -824,7 +824,7 @@ class GeneralNativeIT : BaseGradleIT() {
""" """
Command-line arguments do not contain path with spaces. Command-line arguments do not contain path with spaces.
Raw path = ${fileWithSpacesInPath.absolutePath} Raw path = ${fileWithSpacesInPath.absolutePath}
Escaped quoted path = escapedQuotedPath Escaped quoted path = $escapedQuotedPath
Arguments: ${arguments.joinToString(separator = " ")} Arguments: ${arguments.joinToString(separator = " ")}
""".trimIndent() """.trimIndent()
) )