Skip to content

Commit 259377a

Browse files
committed
Adapt test to new Expr.betaReduce
1 parent 57bebe6 commit 259377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos-macros/i9321/macros.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def mcr2Impl(using ctx: QuoteContext): Expr[Unit] =
1313
'{ (esx: Seq[Foo]) => varargsFunc(esx: _*) }
1414
val trees: Expr[Seq[Foo]] =
1515
'{Nil}
16-
Expr.betaReduce(func)(trees)
16+
Expr.betaReduce('{$func($trees)})

0 commit comments

Comments
 (0)