Skip to content

Commit 037727a

Browse files
Update scripted test check file
1 parent f2e171a commit 037727a

File tree

1 file changed

+1
-2
lines changed
  • compiler/test-resources/repl

1 file changed

+1
-2
lines changed

compiler/test-resources/repl/i5218

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ val tuple: (Int, String, Long) = (1,2,3)
33
scala> 0.0 *: tuple
44
val res0: (Double, Int, String, Long) = (0.0,1,2,3)
55
scala> tuple ++ tuple
6-
val res1: Int *: String *: Long *:
7-
scala.Tuple.Concat[EmptyTuple.type, tuple.type] = (1,2,3,1,2,3)
6+
val res1: Int *: String *: Long *: tuple.type = (1,2,3,1,2,3)

0 commit comments

Comments
 (0)