Skip to content

Commit 98a69ca

Browse files
committed
Drop Mode.scala from tasty_typer test
File was moved, it's no longer in package typer.
1 parent 492791f commit 98a69ca

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
@@ -280,7 +280,7 @@ class tests extends CompilerTest {
280280
@Test def tasty_typer = compileList("tasty_typer", List(
281281
"Applications.scala", "Checking.scala", "ConstFold.scala", "ErrorReporting.scala",
282282
"EtaExpansion.scala", "FrontEnd.scala", "Implicits.scala", "ImportInfo.scala",
283-
"Inferencing.scala", "Mode.scala", "ProtoTypes.scala", "ReTyper.scala", "RefChecks.scala",
283+
"Inferencing.scala", "ProtoTypes.scala", "ReTyper.scala", "RefChecks.scala",
284284
"TypeAssigner.scala", "Typer.scala", "VarianceChecker.scala", "Variances.scala"
285285
) map (typerDir + _), testPickling)
286286

0 commit comments

Comments
 (0)