Fix PMD dogfooding
This commit is contained in:
1 parent
b965090cc7
commit
539773eb5b
1 file changed
+1
-1
+1
-1
@@ -42,7 +42,7 @@ public class UnicodeObjectiveCTokenizerTest extends AbstractTokenizerTest {
|
||||
public void testIgnoreBetweenSpecialComments() throws IOException {
|
||||
SourceCode sourceCode = new SourceCode(new SourceCode.StringCodeLoader(
|
||||
"// CPD-OFF" + PMD.EOL
|
||||
+ "static SecCertificateRef gNСServerLogonCertificate;" + PMD.EOL
|
||||
+ "static SecCertificateRef gNСServerLogonCertificate;" + PMD.EOL
|
||||
+ "// CPD-ON" + PMD.EOL
|
||||
+ "@end" + PMD.EOL
|
||||
));
|
||||
|
||||
Reference in new issue
Block a user