summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-noncompilertree.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-noncompilertree.check')
-rw-r--r--test/files/neg/macro-noncompilertree.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/macro-noncompilertree.check b/test/files/neg/macro-noncompilertree.check
deleted file mode 100644
index 616765a39e..0000000000
--- a/test/files/neg/macro-noncompilertree.check
+++ /dev/null
@@ -1,6 +0,0 @@
-Macros_1.scala:2: error: type mismatch;
- found : reflect.mirror.Literal
- required: _context.Tree
- def macro foo = scala.reflect.mirror.Literal(scala.reflect.mirror.Constant(2))
- ^
-one error found