We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mkClasspath
1 parent 028615e commit 762d013Copy full SHA for 762d013
compiler/test/dotty/tools/vulpix/TestConfiguration.scala
@@ -35,17 +35,8 @@ object TestConfiguration {
35
Properties.dottyCompiler
36
))
37
38
- val withStagingClasspath = mkClasspath(List(
39
- Properties.scalaLibrary,
40
- Properties.scalaAsm,
41
- Properties.jlineTerminal,
42
- Properties.jlineReader,
43
- Properties.compilerInterface,
44
- Properties.dottyInterfaces,
45
- Properties.dottyLibrary,
46
- Properties.dottyStaging,
47
- Properties.dottyCompiler
48
- ))
+ val withStagingClasspath =
+ withCompilerClasspath + File.pathSeparator + mkClasspath(List(Properties.dottyStaging))
49
50
def mkClasspath(classpaths: List[String]): String =
51
classpaths.map({ p =>
0 commit comments