diff options
Diffstat (limited to 'test/core/src')
-rw-r--r-- | test/core/src/lombok/LombokTestSource.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/src/lombok/LombokTestSource.java b/test/core/src/lombok/LombokTestSource.java index 9b5607ef..c686bf19 100644 --- a/test/core/src/lombok/LombokTestSource.java +++ b/test/core/src/lombok/LombokTestSource.java @@ -183,6 +183,8 @@ public class LombokTestSource { continue; } + if (lc.startsWith("issue ")) continue; + Assert.fail("Directive line \"" + directive + "\" in '" + file.getAbsolutePath() + "' invalid: unrecognized directive."); throw new RuntimeException(); } |