summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-sync-potpourri.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reflection-sync-potpourri.scala')
-rw-r--r--test/files/run/reflection-sync-potpourri.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reflection-sync-potpourri.scala b/test/files/run/reflection-sync-potpourri.scala
index 0c96974df7..f65131f18a 100644
--- a/test/files/run/reflection-sync-potpourri.scala
+++ b/test/files/run/reflection-sync-potpourri.scala
@@ -16,7 +16,7 @@ object Test extends App {
() => typeOf[scala.io.Codec])
val perms = types.permutations.toList
def force(lazytpe: () => Type): String = {
- lazytpe().typeSymbol.typeSignature
+ lazytpe().typeSymbol.info
lazytpe().toString
}
val diceRolls = List.fill(n)(rng.nextInt(perms.length))