Fix broken test - sorry about that.

This commit is contained in:
Oliver Burn 2002-11-26 06:31:20 +00:00
parent f043467e99
commit 6574816a2a
1 changed files with 1 additions and 2 deletions

View File

@ -59,9 +59,8 @@ public class HeaderCheckTest extends BaseCheckTestCase
final Checker c = createChecker(checkConfig);
final String fname = getPath("InputScopeAnonInner.java");
// TODO: Is this really what we want or should we throw an Exception?
// Somehow checking nothing doesn't make too much sense...
final String[] expected = {
"1: Unable to check as missing lines to check."
};
verify(c, fname, expected);