reenable tests

This commit is contained in:
Eric Vergnaud 2020-10-04 12:59:53 +08:00
parent 98ee666a66
commit afa772e4fa
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ package org.antlr.v4.test.runtime.javascript;
import org.antlr.v4.test.runtime.BaseRuntimeTest;
import org.antlr.v4.test.runtime.RuntimeTestDescriptor;
import org.antlr.v4.test.runtime.descriptors.CompositeLexersDescriptors;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;

View File

@ -9,11 +9,9 @@ package org.antlr.v4.test.runtime.javascript;
import org.antlr.v4.test.runtime.BaseRuntimeTest;
import org.antlr.v4.test.runtime.RuntimeTestDescriptor;
import org.antlr.v4.test.runtime.descriptors.CompositeParsersDescriptors;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
@Ignore
@RunWith(Parameterized.class)
public class TestCompositeParsers extends BaseRuntimeTest {
public TestCompositeParsers(RuntimeTestDescriptor descriptor) {