summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-badbounds/Impls_1.scala
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-08-03 21:14:20 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-08-03 21:14:20 -0700
commit233b0ebe05beb32382e49bc9f3ffc76c8785b626 (patch)
treec500e384dc4811c60c1c857bdc31de1f36ca4f27 /test/files/neg/macro-invalidusage-badbounds/Impls_1.scala
parent8a2df611d2390caa4c2e1b56433408654dfc9d9a (diff)
parent4b0f6d9ccc9023635ce6297839138fa68a5ebc33 (diff)
downloadscala-233b0ebe05beb32382e49bc9f3ffc76c8785b626.tar.gz
scala-233b0ebe05beb32382e49bc9f3ffc76c8785b626.tar.bz2
scala-233b0ebe05beb32382e49bc9f3ffc76c8785b626.zip
Merge pull request #1042 from paulp/merge-2.10.x
Merge 2.10.x
Diffstat (limited to 'test/files/neg/macro-invalidusage-badbounds/Impls_1.scala')
-rw-r--r--test/files/neg/macro-invalidusage-badbounds/Impls_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/macro-invalidusage-badbounds/Impls_1.scala b/test/files/neg/macro-invalidusage-badbounds/Impls_1.scala
index 88b85d48f4..89020de7dd 100644
--- a/test/files/neg/macro-invalidusage-badbounds/Impls_1.scala
+++ b/test/files/neg/macro-invalidusage-badbounds/Impls_1.scala
@@ -1,4 +1,4 @@
-import scala.reflect.makro.{Context => Ctx}
+import scala.reflect.macros.{Context => Ctx}
object Impls {
def foo[U <: String](c: Ctx) = ???