correct line numbering

This commit is contained in:
Ceki Gulcu 2015-11-06 15:19:09 +01:00
parent acfc07008b
commit 715615cd36
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class XLoggerTest {
@Test
public void testLocationExtraction_Bug114() {
XLogger logger = XLoggerFactory.getXLogger("UnitTest");
int line = 136; // requires update if line numbers change
int line = 135; // requires update if line numbers change
logger.exit();
logger.debug("hello");