Skip to content

Commit d209ff4

Browse files
authored
Merge pull request scala#6777 from SethTisue/windows-9881
fix SI-9881 test failure
2 parents 8c1282d + 76cbf10 commit d209ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/files/run/t9880-9881.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import scala.reflect.runtime.{universe=>ru}
1313
scala> import ru.TypeTag
1414
import ru.TypeTag
1515

16-
scala>
16+
scala>
1717

1818
scala> // show the imports
1919

@@ -26,7 +26,7 @@ scala> :imports
2626
6) import scala.reflect.runtime.{universe=>ru} (...)
2727
7) import ru.TypeTag (...)
2828

29-
scala>
29+
scala>
3030

3131
scala> // should be able to define this class with the imports above
3232

0 commit comments

Comments
 (0)