Skip to content

Commit f504b6f

Browse files
committed
pass tests
1 parent baac64b commit f504b6f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ class CompilationTests extends ParallelTesting {
210210
defaultOutputDir + dotty1Group + "/dotty/" + sep +
211211
// and the other compiler dependenies:
212212
Properties.compilerInterface + sep + Properties.scalaLibrary + sep + Properties.scalaAsm + sep +
213-
Properties.dottyInterfaces + sep + Properties.jlineTerminal + sep + Properties.jlineReader,
213+
Properties.dottyInterfaces + sep + Properties.tastyCore + sep + Properties.jlineTerminal + sep +
214+
Properties.jlineReader,
214215
Array("-Ycheck-reentrant", "-Yemit-tasty-in-class")
215216
)
216217

compiler/test/dotty/tools/vulpix/TestConfiguration.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ object TestConfiguration {
3232
Properties.compilerInterface,
3333
Properties.dottyInterfaces,
3434
Properties.dottyLibrary,
35+
Properties.tastyCore,
3536
Properties.dottyCompiler
3637
))
3738

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ object Build {
10641064
publishLocal in `dotty-interfaces`,
10651065
publishLocal in `dotty-compiler-bootstrapped`,
10661066
publishLocal in `dotty-library-bootstrapped`,
1067+
publishLocal in `tasty-core-bootstrapped`,
10671068
publishLocal in `dotty-staging`,
10681069
publishLocal in `scala-library`,
10691070
publishLocal in `scala-reflect`,
@@ -1140,6 +1141,7 @@ object Build {
11401141
(publishLocal in `dotty-interfaces`).value
11411142
(publishLocal in `scala-library`).value
11421143
(publishLocal in `scala-reflect`).value
1144+
(publishLocal in `tasty-core-bootstrapped`).value
11431145
(publishLocal in `dotty-library-bootstrapped`).value
11441146
(publishLocal in `dotty-doc-bootstrapped`).value
11451147
(publishLocal in `dotty-compiler-bootstrapped`).value

0 commit comments

Comments
 (0)