summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidshape-a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-invalidshape-a.check')
-rw-r--r--test/files/neg/macro-invalidshape-a.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/neg/macro-invalidshape-a.check b/test/files/neg/macro-invalidshape-a.check
deleted file mode 100644
index f38a90819e..0000000000
--- a/test/files/neg/macro-invalidshape-a.check
+++ /dev/null
@@ -1,5 +0,0 @@
-Macros_Test_2.scala:2: error: macro body has wrong shape:
- required: macro [<implementation object>].<method name>[[<type args>]]
- def foo(x: Any) = macro 2
- ^
-one error found