Skip to content

Commit 0ffb025

Browse files
committed
Removed oddball test
1 parent 286526e commit 0ffb025

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/scala/scoverage/PluginASTSupportTest.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ class PluginASTSupportTest
1515
assert(!reporter.hasErrors)
1616
}
1717

18-
test("scoverage component should handle simple class") {
19-
compileCodeSnippet( """ class Test { val name = "sammy" } """)
20-
assert(!reporter.hasErrors)
21-
}
22-
2318
test("scoverage component should ignore basic macros") {
2419
compileCodeSnippet( """
2520
| object MyMacro {

0 commit comments

Comments
 (0)