Tests fix

This commit is contained in:
Vassiliy Kudryashov
2012-12-14 09:28:31 +04:00
parent 9bd6864c1b
commit 08af965929
@@ -99,7 +99,6 @@ public class CompileStepBeforeRunNoErrorCheck
public static class MakeBeforeRunTaskNoErrorCheck extends BeforeRunTask<MakeBeforeRunTaskNoErrorCheck> {
private MakeBeforeRunTaskNoErrorCheck() {
super(ID);
setEnabled(true);
}
}
}