Skip to content

Commit de5a817

Browse files
committed
fix
1 parent 9cfdc2a commit de5a817

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

os/test/src-jvm/ExpectyIntegration.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ object ExpectyIntegration extends TestSuite {
1414
}
1515
test("literals with [..]") {
1616
expect(rel / "src" / ".." == rel / "src" / os.up)
17-
expect(root / "src/.." == root / "src" / os.up)
1817
expect(root / "src" / ".." == root / "src" / os.up)
1918
expect(root / "hello" / ".." / "world" == root / "hello" / os.up / "world")
2019
expect(root / "hello" / "../world" == root / "hello" / os.up / "world")
21-
expect(root / "hello/../world" == root / "hello" / os.up / "world")
2220
}
2321
test("from issue") {
2422
expect(Seq(os.pwd / "foo") == Seq(os.pwd / "foo"))

0 commit comments

Comments
 (0)