mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[Minor] Fix CommonizerDependencyTest.sample identityString on Windows
This commit is contained in:
@@ -14,7 +14,7 @@ class CommonizerDependencyTest {
|
||||
@Test
|
||||
fun `sample identityString`() {
|
||||
assertEquals(
|
||||
"((a, b), c)::/hello.txt",
|
||||
"((a, b), c)::${File("/").canonicalPath}hello.txt",
|
||||
TargetedCommonizerDependency(parseCommonizerTarget("((a,b), c)"), File("/hello.txt")).identityString
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user