summaryrefslogtreecommitdiff
path: root/test/files/run/macro-declared-in-trait.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-declared-in-trait.check')
-rw-r--r--test/files/run/macro-declared-in-trait.check15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/files/run/macro-declared-in-trait.check b/test/files/run/macro-declared-in-trait.check
deleted file mode 100644
index 0d70ac74f3..0000000000
--- a/test/files/run/macro-declared-in-trait.check
+++ /dev/null
@@ -1,15 +0,0 @@
-prefix = Expr[Nothing]({
- final class $anon extends AnyRef with Base {
- def <init>(): anonymous class $anon = {
- $anon.super.<init>();
- ()
- };
- <empty>
- };
- new $anon()
-})
-it works
-prefix = Expr[Nothing](Macros)
-it works
-prefix = Expr[Nothing](new Macros())
-it works