summaryrefslogtreecommitdiff
path: root/test/files/neg/name-lookup-stable.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/name-lookup-stable.scala')
-rw-r--r--test/files/neg/name-lookup-stable.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/name-lookup-stable.scala b/test/files/neg/name-lookup-stable.scala
index 0d862f06e1..2941e05875 100644
--- a/test/files/neg/name-lookup-stable.scala
+++ b/test/files/neg/name-lookup-stable.scala
@@ -14,7 +14,7 @@ class A {
(null: Any) match { case PrimaryKey => }
- PrimaryKey // was already ambigious in 2.10.3
+ PrimaryKey // was already ambiguous in 2.10.3
}
}