Skip to content

Commit

Permalink
Fix compilation error from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobaghino-da committed Jun 14, 2019
1 parent 4249373 commit 55db97f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object CodeGenSpec {

val trivialEnvInterfaceGen: Gen[EnvironmentInterface] = {
val fooRec = Record(ImmArraySeq.empty)
val fooTmpl = InterfaceType.Template(fooRec, DefTemplate(Map.empty))
val fooTmpl = InterfaceType.Template(fooRec, DefTemplate(Map.empty, None))
val fooNorm = InterfaceType.Normal(DefDataType(ImmArraySeq.empty, fooRec))
implicit val idArb: Arbitrary[Identifier] = Arbitrary(idGen)
arbitrary[Map[Identifier, Boolean]] map { ids =>
Expand Down

0 comments on commit 55db97f

Please sign in to comment.