Debugger tests: render line properly
This commit is contained in:
@@ -75,7 +75,7 @@ abstract class KotlinDebuggerTestBase : KotlinDebuggerTestCase() {
|
||||
return FileUtil.getNameWithoutExtension(virtualFile.getName()) + ".!EXT!"
|
||||
}
|
||||
|
||||
return virtualFile.getName() + ":" + sourcePosition.getLine()
|
||||
return virtualFile.getName() + ":" + (sourcePosition.getLine() + 1)
|
||||
}
|
||||
|
||||
protected fun finish() {
|
||||
|
||||
Reference in New Issue
Block a user