We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a6cbf commit a1a92d4Copy full SHA for a1a92d4
scalatest-test/src/test/scala/org/scalatest/ShouldCompileSpec.scala
@@ -77,7 +77,7 @@ class ShouldCompileSpec extends FunSpec {
77
// SKIP-DOTTY-START
78
it("should throw TestFailedException with correct message and stack depth when parse failed") {
79
val e = intercept[TestFailedException] {
80
- """println(\"test)""" should compile
+ """println("test)""" should compile
81
}
82
val errMsg = Resources.expectedNoErrorButGotParseError("", "")
83
assert(e.message.get.startsWith(errMsg.substring(0, errMsg.indexOf(':'))))
0 commit comments