diff --git a/buildfile/src/test/scala/sbt/internal/parser/ErrorSpec.scala b/buildfile/src/test/scala/sbt/internal/parser/ErrorSpec.scala index 6452e7243..2e2d1f717 100644 --- a/buildfile/src/test/scala/sbt/internal/parser/ErrorSpec.scala +++ b/buildfile/src/test/scala/sbt/internal/parser/ErrorSpec.scala @@ -38,27 +38,6 @@ object ErrorSpec extends AbstractSpec { } } - // test("it should handle wrong parsing") { - // intercept[MessageOnlyException] { - // val buildSbt = - // """ - // |libraryDependencies ++= Seq("a" % "b" % "2") map { - // |(dependency) =>{ - // | dependency - // | } /* */ // - // |} - // """.stripMargin - // MissingBracketHandler.findMissingText( - // buildSbt, - // buildSbt.length, - // 2, - // "fake.txt", - // new MessageOnlyException("fake") - // ) - // () - // } - // } - test("it should handle xml error") { try { val buildSbt =