Update changelog, refs #565

This commit is contained in:
Juan Martín Sotuyo Dodero
2017-09-04 11:38:58 -03:00
parent 02c016d95f
commit c6acda64f2
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ public class BasicRulesTest extends SimpleAggregatorTst {
addRule(RULESET, "DontUseFloatTypeForLoopIndices");
addRule(RULESET, "SimplifiedTernary");
}
// Used by DontCallThreadRun test cases
public static class TestThread extends Thread {
@Override