summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-context-bounds.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-05-04 20:22:20 -0700
committerPaul Phillips <paulp@improving.org>2012-05-04 20:22:20 -0700
commit6ed849e56c8b47d6abc5e70c5930a05ee3b2917e (patch)
tree2f529e41665e173ad78d5c0c52550ae0b0adf3de /test/files/neg/macro-invalidsig-context-bounds.check
parentbfe93fe512a5381f89ab38b1824c29d3c80c48a0 (diff)
downloadscala-6ed849e56c8b47d6abc5e70c5930a05ee3b2917e.tar.gz
scala-6ed849e56c8b47d6abc5e70c5930a05ee3b2917e.tar.bz2
scala-6ed849e56c8b47d6abc5e70c5930a05ee3b2917e.zip
A couple checkfile updates which snuck by.
Diffstat (limited to 'test/files/neg/macro-invalidsig-context-bounds.check')
-rw-r--r--test/files/neg/macro-invalidsig-context-bounds.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/neg/macro-invalidsig-context-bounds.check b/test/files/neg/macro-invalidsig-context-bounds.check
index a37b891df6..0401993335 100644
--- a/test/files/neg/macro-invalidsig-context-bounds.check
+++ b/test/files/neg/macro-invalidsig-context-bounds.check
@@ -1,2 +1,4 @@
-error: macro implementations cannot have implicit parameters other than TypeTag evidences
+Impls_1.scala:4: error: macro implementations cannot have implicit parameters other than TypeTag evidences
+ def foo[U: c.TypeTag: Numeric](c: Ctx) = {
+ ^
one error found