Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Oct 25, 2020
1 parent f8d5d28 commit 251d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/testdata/Call.scala
Expand Up @@ -179,7 +179,7 @@ object Call {

sealed class SwitchFile(pathStr: String, traitDefn: Defn.Trait, clsDefn: Defn.Class, valDefn: Defn.Val, testStat: Stat, expectedMsgs: (Path, String) => List[List[Msg]]) extends MkInMemoryTestFile {
val path = Paths.get(s"testdata/$pathStr")
val contents = TestContents(List(traitDefn, clsDefn), List(valDefn), List(testStat), expectedMsgs(path, traitDefn.name.value))
val contents = TestContents(List(List(traitDefn, clsDefn)), List(valDefn), List(List(testStat)), expectedMsgs(path, traitDefn.name.value))
}

object switch_m2p_m extends SwitchFile("Call.switch/Call.m2p_m.scala", M, M2P, m2p, q"m2p.d()", m2p_m_msgs)
Expand Down

0 comments on commit 251d8ba

Please sign in to comment.