blob: b4767f0790b12211840553d0a9eca36f4e2cc9f5 [file] [log] [blame]
package org.eclipse.mylyn.internal.wikitext.asciidoc.tests;
import static org.junit.Assert.assertNotNull;
import org.junit.Test;
public class AsciidocLanguageTest extends AsciidocLanguageTestBase {
@Test
public void placeholder() {
assertNotNull("This test method is here since if I don't have it surefire complains there are no tests");
}
}