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 f8e707d commit 88fc212Copy full SHA for 88fc212
scalac-scoverage-plugin/src/test/scala/scoverage/LocationTest.scala
@@ -187,8 +187,6 @@ class LocationTest extends FreeSpec with Matchers {
187
compiler
188
.compile(
189
"package com.a; object A { def foo(b : B) : Unit = b.invoke }; trait B { def invoke : Unit }; class C { A.foo(new B { def invoke = () }) }")
190
- println()
191
- println(compiler.locations.result().mkString("\n"))
192
val loc = compiler.locations.result().filter(_._1 == "Template").last._2
193
loc.packageName shouldBe "com.a"
194
loc.className shouldBe "C"
0 commit comments