Skip to content

Commit a68a289

Browse files
committed
Move sources in dotty/runtime to non-bootstrapped lib
1 parent f334e3f commit a68a289

File tree

116 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
160160
aggregateTests(
161161
compileDir("compiler/src/dotty/tools", picklingWithCompilerOptions, recursive = false),
162162
compileDir("compiler/src/dotty/tools/dotc", picklingWithCompilerOptions, recursive = false),
163-
compileDir("library/src/dotty/runtime", picklingWithCompilerOptions),
163+
compileDir("library/src/scala/runtime", picklingWithCompilerOptions),
164164
compileFilesInDir("compiler/src/dotty/tools/backend/jvm", picklingWithCompilerOptions, jvmBackendFilter),
165165
compileDir("compiler/src/dotty/tools/dotc/ast", picklingWithCompilerOptions),
166166
compileDir("compiler/src/dotty/tools/dotc/core", picklingWithCompilerOptions, recursive = false),

0 commit comments

Comments
 (0)