From d087ea6f7b5bac529734be45cfff0ad56479493f Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Thu, 23 Jan 2025 17:22:01 -0800 Subject: [PATCH] fixup! fmt after rebase Signed-off-by: Sam Gammon --- .../pkl/core/LanguageSnippetTestsEngine.kt | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt index ad6d1ce39..57b295a36 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt @@ -210,17 +210,17 @@ abstract class AbstractNativeLanguageSnippetTestsEngine : AbstractLanguageSnippe override val excludedTests: List = listOf( - // exclude test that loads module from class path (there is no class path when using native - // executable) - // on the other hand, don't exclude /native/ - Regex(".*/import1b\\.pkl"), - // URIs get rendered slightly differently (percent-encoded vs raw) - Regex(".*日本語_error\\.pkl"), - ) - .plus( - // on experimental JVM versions, exclude tests which are known to be incompatible - exclusionsForThisJvm() - ) + // exclude test that loads module from class path (there is no class path when using native + // executable) + // on the other hand, don't exclude /native/ + Regex(".*/import1b\\.pkl"), + // URIs get rendered slightly differently (percent-encoded vs raw) + Regex(".*日本語_error\\.pkl"), + ) + .plus( + // on experimental JVM versions, exclude tests which are known to be incompatible + exclusionsForThisJvm() + ) /** Avoid running tests for native binaries when those native binaries have not been built. */ override fun discover(