summaryrefslogtreecommitdiff
path: root/test/files/pos/t7461/Macros_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t7461/Macros_1.scala')
-rw-r--r--test/files/pos/t7461/Macros_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t7461/Macros_1.scala b/test/files/pos/t7461/Macros_1.scala
index 353dec66d7..fdaf33e8c8 100644
--- a/test/files/pos/t7461/Macros_1.scala
+++ b/test/files/pos/t7461/Macros_1.scala
@@ -6,7 +6,7 @@ object Macros {
import c.universe._
val wut = c.typeCheck(Select(Literal(Constant(10)), newTermName("$minus")), silent = true)
// println(showRaw(wut, printIds = true, printTypes = true))
- c.literalUnit
+ c.Expr[Unit](Literal(Constant(())))
}
def foo = macro impl