Skip to content

Commit

Permalink
CanRunTests: add a newline in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Feb 15, 2020
1 parent 7606c72 commit eca24e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait CanRunTests extends AnyFunSuite with HasTests {
} catch {
case e: ParseException =>
fail(
"test does not parse" +
"test does not parse\n" +
parseException2Message(e, t.original)
)
}
Expand Down

0 comments on commit eca24e1

Please sign in to comment.