Skip to content

Commit

Permalink
removing ill formed paths from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsadlo committed Sep 6, 2024
1 parent 5a49ac2 commit e2262af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions os/test/src/PathTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ object PathTests extends TestSuite {
assert(rel / "src" / "Main/.scala" == rel / "src" / "Main" / ".scala")
assert(root / "core/src/test" == root / "core" / "src" / "test")
assert(root / "core/src/test" == root / "core" / "src/test")
assert(root / "core/ " == root / "core" / " ")
assert(root / " / " == root / " " / " ")
}
test("Compile errors") {

Expand Down

0 comments on commit e2262af

Please sign in to comment.