Skip to content

Commit 922b379

Browse files
committed
Fix test
There was a spurious // error in a comment.
1 parent 9af7324 commit 922b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/customArgs/xfatalWarnings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object xfatalWarnings {
22
val opt:Option[String] = Some("test")
33

4-
opt match { // error when running with -Xfatal-warnings
4+
opt match { // eror when running with -Xfatal-warnings
55
case None =>
66
}
77

0 commit comments

Comments
 (0)