Skip to content

Commit

Permalink
Add test case to JavaErrorParserSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 12, 2024
1 parent d9ae7fa commit 6fcb318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class JavaErrorParserSpec extends UnitSpec with Diagrams {
| symbol: class NotFound
| location: class Test
|2 errors
""".stripMargin
""".stripMargin.trim

def sampleJavacWarning =
"warning: [options] system modules path not set in conjunction with -source 17"
Expand Down

0 comments on commit 6fcb318

Please sign in to comment.