Skip to content

Commit 24a2d28

Browse files
committed
Drop Mode.scala from tasty_typer test
File was moved, it's no longer in package typer.
1 parent 9e27ed1 commit 24a2d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class tests extends CompilerTest {
207207
@Test def tasty_typer = compileList("tasty_typer", List(
208208
"Applications.scala", "Checking.scala", "ConstFold.scala", "ErrorReporting.scala",
209209
"EtaExpansion.scala", "FrontEnd.scala", "Implicits.scala", "ImportInfo.scala",
210-
"Inferencing.scala", "Mode.scala", "ProtoTypes.scala", "ReTyper.scala", "RefChecks.scala",
210+
"Inferencing.scala", "ProtoTypes.scala", "ReTyper.scala", "RefChecks.scala",
211211
"TypeAssigner.scala", "Typer.scala", "VarianceChecker.scala", "Variances.scala"
212212
) map (typerDir + _), testPickling)
213213
@Test def tasty_tasty = compileDir(coreDir, "tasty", testPickling)

0 commit comments

Comments
 (0)