Skip to content

Quick fix to get new Scala collections compatibility in test. #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ class PluginCoverageTest
| }""".stripMargin)
assert(!compiler.reporter.hasErrors)
// 2 statements for the two applies in Seq, one for each literal which is 6, one for the flat map,
// one for the map, one for the yield op.
compiler.assertNMeasuredStatements(11)
// one for the map.
compiler.assertNMeasuredStatements(10)
}

test("plugin should not instrument local macro implementation") {
Expand Down