Fix tests

This commit is contained in:
Clément Fournier
2021-08-08 20:07:33 +02:00
parent 482268def8
commit 52e3bb1eed
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ class Foo {
})
fun String.parseScala(): ASTSource =
ScalaParsingHelper.DEFAULT.parse(this, ":dummy")
ScalaParsingHelper.DEFAULT.parse(this)
fun Node.assertBounds(bline: Int, bcol: Int, eline: Int, ecol: Int) {