Update KAPT stubs for tests

Update expected outputs so they match
the new sorting rules.
This commit is contained in:
Ivan Gavrilovic
2021-01-11 12:50:21 +00:00
committed by Yan Zhulanow
parent 3b2986f069
commit dfdd107fc0
61 changed files with 558 additions and 558 deletions
@@ -399,9 +399,9 @@ open class Kapt3IT : Kapt3BaseIT() {
val actual = getErrorMessages()
// try as 0 starting lines first, then as 1 starting line
try {
Assert.assertEquals(genJavaErrorString(8, 16), actual)
Assert.assertEquals(genJavaErrorString(8, 20), actual)
} catch (e: AssertionError) {
Assert.assertEquals(genJavaErrorString(9, 17), actual)
Assert.assertEquals(genJavaErrorString(9, 21), actual)
}
}