mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 01:08:34 +02:00
Fix test failures on main (#735)
This commit is contained in:
@@ -112,6 +112,8 @@ class TestsTest : AbstractTest() {
|
|||||||
assertThat(output.trimStart())
|
assertThat(output.trimStart())
|
||||||
.startsWith(
|
.startsWith(
|
||||||
"""
|
"""
|
||||||
|
> Task :evalTestGatherImports
|
||||||
|
|
||||||
> Task :evalTest FAILED
|
> Task :evalTest FAILED
|
||||||
pkl: TRACE: 8 = 8 (file:///file, line x)
|
pkl: TRACE: 8 = 8 (file:///file, line x)
|
||||||
module test
|
module test
|
||||||
@@ -181,6 +183,8 @@ class TestsTest : AbstractTest() {
|
|||||||
assertThat(output.trimStart())
|
assertThat(output.trimStart())
|
||||||
.startsWith(
|
.startsWith(
|
||||||
"""
|
"""
|
||||||
|
> Task :evalTestGatherImports
|
||||||
|
|
||||||
> Task :evalTest FAILED
|
> Task :evalTest FAILED
|
||||||
module test
|
module test
|
||||||
facts
|
facts
|
||||||
|
|||||||
Reference in New Issue
Block a user