aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/src/lombok/RunTestsViaEcj.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java
index 2734eb43..8d1a8278 100644
--- a/test/core/src/lombok/RunTestsViaEcj.java
+++ b/test/core/src/lombok/RunTestsViaEcj.java
@@ -84,6 +84,10 @@ public class RunTestsViaEcj extends AbstractRunTests {
@Override public boolean proceedOnErrors() {
return false;
}
+
+ @Override public boolean ignoreAllErrors() {
+ return false;
+ }
};
}