summaryrefslogtreecommitdiff
path: root/test/files/run/t3361.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3361.scala')
-rw-r--r--test/files/run/t3361.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3361.scala b/test/files/run/t3361.scala
index f739d17b86..d49bcbc905 100644
--- a/test/files/run/t3361.scala
+++ b/test/files/run/t3361.scala
@@ -40,7 +40,7 @@ object Test extends App {
def insert_1 {
val ten = DoubleLinkedList(1 to 10: _*)
ten.append(DoubleLinkedList(11))
-
+
// Post-insert size test
require(11 == ten.size)
// Post-insert data test