summaryrefslogtreecommitdiff
path: root/test/files/run/t8708_b/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t8708_b/Test_2.scala')
-rw-r--r--test/files/run/t8708_b/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t8708_b/Test_2.scala b/test/files/run/t8708_b/Test_2.scala
index c978490609..fae3c677ec 100644
--- a/test/files/run/t8708_b/Test_2.scala
+++ b/test/files/run/t8708_b/Test_2.scala
@@ -13,7 +13,7 @@ object Test extends DirectTest {
val c = g.rootMirror.getRequiredClass("p.C")
println(c.info.decls)
val t = c.info.member(g.newTypeName("T"))
- // this test ensrues that the <local child> dummy class symbol is not entered in the
+ // this test ensures that the <local child> dummy class symbol is not entered in the
// scope of trait T during unpickling.
println(t.info.decls)
})