Skip to content

Commit dfa1a91

Browse files
Merge pull request #6818 from dotty-staging/move-src-3.x-to-src
Move files from library/src-3.x to library/src
2 parents 9349faa + f62e875 commit dfa1a91

File tree

22 files changed

+4
-17
lines changed

22 files changed

+4
-17
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class CompilationTests extends ParallelTesting {
250250
Array("-Ycheck-reentrant", "-Yemit-tasty-in-class")
251251
)
252252

253-
val libraryDirs = List(Paths.get("library/src"), Paths.get("library/src-3.x"), Paths.get("library/src-bootstrapped"))
253+
val libraryDirs = List(Paths.get("library/src"), Paths.get("library/src-bootstrapped"))
254254
val librarySources = libraryDirs.flatMap(sources(_))
255255

256256
val lib =
File renamed without changes.

0 commit comments

Comments
 (0)