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:
parent
0705e1d1ae
commit
c499f967c6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue