forked from phoedos/pmd
Removed unused and duplicate test.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4756 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -50,8 +50,4 @@ public class ASTImportDeclarationTest extends ParserTst {
|
||||
"import static foo.bar.Baz;" + PMD.EOL +
|
||||
"public class Foo {}";
|
||||
|
||||
private static final String TEST4 =
|
||||
"import foo.bar.Baz;" + PMD.EOL +
|
||||
"public class Foo {}";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user