Fix PMD dogfooding

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-04-15 15:37:40 -03:00
parent b965090cc7
commit 539773eb5b

View File

@ -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
));