summaryrefslogtreecommitdiff
path: root/test/files/jvm/t2104.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/t2104.scala')
-rw-r--r--test/files/jvm/t2104.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/t2104.scala b/test/files/jvm/t2104.scala
index e672f02578..655d74cee5 100644
--- a/test/files/jvm/t2104.scala
+++ b/test/files/jvm/t2104.scala
@@ -28,7 +28,7 @@ object Test
tp
}
- implicit val name="bug2104"
+ implicit val name="t2104"
val chars=List('\n','\r','a')
type Cs = List[Char]