summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidimpl-e.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-07-24 13:24:23 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-08-02 15:51:16 +0200
commita0a63c4558018a5e75149a45f7df775f731c26f1 (patch)
tree984791e1b5a15761d1820195c61ad4868e479861 /test/files/neg/macro-invalidimpl-e.check
parent9892f52adf76c1e39c6d129f8b35ee98802de188 (diff)
downloadscala-a0a63c4558018a5e75149a45f7df775f731c26f1.tar.gz
scala-a0a63c4558018a5e75149a45f7df775f731c26f1.tar.bz2
scala-a0a63c4558018a5e75149a45f7df775f731c26f1.zip
evicts last traces of makro from our codebase
Removes the stubs left out to appease the old starr, fixes macro tests.
Diffstat (limited to 'test/files/neg/macro-invalidimpl-e.check')
-rw-r--r--test/files/neg/macro-invalidimpl-e.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/macro-invalidimpl-e.check b/test/files/neg/macro-invalidimpl-e.check
index 61d1e05b87..5cfcf85625 100644
--- a/test/files/neg/macro-invalidimpl-e.check
+++ b/test/files/neg/macro-invalidimpl-e.check
@@ -1,12 +1,12 @@
Macros_Test_2.scala:2: error: ambiguous reference to overloaded definition,
-both method foo in object Impls of type (c: scala.reflect.makro.Context)(x: c.Expr[Any], y: c.Expr[Any])Nothing
-and method foo in object Impls of type (c: scala.reflect.makro.Context)(x: c.Expr[Any])Nothing
+both method foo in object Impls of type (c: scala.reflect.macros.Context)(x: c.Expr[Any], y: c.Expr[Any])Nothing
+and method foo in object Impls of type (c: scala.reflect.macros.Context)(x: c.Expr[Any])Nothing
match expected type ?
def foo(x: Any) = macro Impls.foo
^
Macros_Test_2.scala:3: error: ambiguous reference to overloaded definition,
-both method foo in object Impls of type (c: scala.reflect.makro.Context)(x: c.Expr[Any], y: c.Expr[Any])Nothing
-and method foo in object Impls of type (c: scala.reflect.makro.Context)(x: c.Expr[Any])Nothing
+both method foo in object Impls of type (c: scala.reflect.macros.Context)(x: c.Expr[Any], y: c.Expr[Any])Nothing
+and method foo in object Impls of type (c: scala.reflect.macros.Context)(x: c.Expr[Any])Nothing
match expected type ?
def foo(x: Any, y: Any) = macro Impls.foo
^