Skip to content

Commit 5c5539b

Browse files
Martijn HoekstraMartijn Hoekstra
authored andcommitted
rename test objects to Test
1 parent af21baf commit 5c5539b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/run/utf16encoded.scala

-189 Bytes
Binary file not shown.

tests/run/utf8encoded.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//this file is saved as UTF-8
2-
object UTF8Encoded {
2+
object Test {
33
def main(args: Array[String]): Unit = {
44
val testchar = '⇒'
55
println(testchar == '\u21D2')

0 commit comments

Comments
 (0)