summaryrefslogtreecommitdiff
path: root/test/files/run/t7240/Macros_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7240/Macros_1.scala')
-rw-r--r--test/files/run/t7240/Macros_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7240/Macros_1.scala b/test/files/run/t7240/Macros_1.scala
index 019ddf7cd6..c6e976038d 100644
--- a/test/files/run/t7240/Macros_1.scala
+++ b/test/files/run/t7240/Macros_1.scala
@@ -41,7 +41,7 @@ object Bakery {
def constructor = Apply(Select(New(Ident(newTypeName("eval"))), nme.CONSTRUCTOR), List())
c.eval(c.Expr[Any](
- c.resetAllAttrs(Block(composeDSL(Literal(Constant(1))), constructor))))
+ c.untypecheck(Block(composeDSL(Literal(Constant(1))), constructor))))
c.Expr[Any](Literal(Constant(1)))
}