summaryrefslogtreecommitdiff
path: root/test/pending/run/t3857.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t3857.scala')
-rw-r--r--test/pending/run/t3857.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/t3857.scala b/test/pending/run/t3857.scala
index 94f52f72fe..62bdc39da9 100644
--- a/test/pending/run/t3857.scala
+++ b/test/pending/run/t3857.scala
@@ -8,6 +8,6 @@ object Test extends SigTest {
def main(args: Array[String]): Unit = {
show[ScalaGeneric]()
show[ScalaGeneric2Trait]()
- show[ScalaGeneric2]()
+ show[ScalaGeneric2]()
}
}