summaryrefslogtreecommitdiff
path: root/test/files/run/t7171.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7171.scala')
-rw-r--r--test/files/run/t7171.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7171.scala b/test/files/run/t7171.scala
index 97585b9860..e0a1192228 100644
--- a/test/files/run/t7171.scala
+++ b/test/files/run/t7171.scala
@@ -16,7 +16,7 @@ object Test extends App {
val a1 = new t1.A()
val a2 = new t1.A()
assert(t1.foo(a1))
- // as noted in the unchecked warning (tested in the corresponding neg test),
+ // as noted in the unchecked warning (also tested in the corresponding neg test),
// the outer pointer isn't checked
assert(t1.foo(a2))
}