mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
Disable debug output in foldingtest
This commit is contained in:
parent
17f8a38f4e
commit
2143154aeb
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ public class FoldingTest extends TestCase {
|
||||||
createPosition(65, 67),
|
createPosition(65, 67),
|
||||||
createPosition(70, 75, 71),
|
createPosition(70, 75, 71),
|
||||||
};
|
};
|
||||||
if (true) System.out.println(toString(actual));
|
if (false) System.out.println(toString(actual));
|
||||||
assertEqualPositions(expected, actual);
|
assertEqualPositions(expected, actual);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ public class FoldingTest extends TestCase {
|
||||||
createPosition(65, 67),
|
createPosition(65, 67),
|
||||||
createPosition(70, 75, 71),
|
createPosition(70, 75, 71),
|
||||||
};
|
};
|
||||||
if (true) System.out.println(toString(actual));
|
if (false) System.out.println(toString(actual));
|
||||||
assertEqualPositions(expected, actual);
|
assertEqualPositions(expected, actual);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue