Debugger tests: render line properly

This commit is contained in:
Natalia Ukhorskaya
2014-10-22 17:21:27 +04:00
parent 3900ee34ae
commit ffba1b6fa0
78 changed files with 163 additions and 163 deletions
@@ -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() {