1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +02:00

Disable console output

This commit is contained in:
Anton Leherbauer 2006-09-11 11:03:58 +00:00
parent 0705e1d1ae
commit c499f967c6

View file

@ -160,7 +160,7 @@ public class FoldingTest extends TestCase {
createPosition(61, 63),
createPosition(65, 67),
};
if (true) System.out.println(toString(actual));
if (false) System.out.println(toString(actual));
assertEqualPositions(expected, actual);
}