We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbc334 commit 03c2809Copy full SHA for 03c2809
test/org/rascalmpl/compiler/CheckStdLibTest.java
@@ -8,6 +8,7 @@
8
import java.util.HashMap;
9
10
import org.jline.terminal.impl.DumbTerminal;
11
+import org.junit.Ignore;
12
import org.junit.Test;
13
import org.rascalmpl.library.Prelude;
14
import org.rascalmpl.library.util.PathConfig;
@@ -25,6 +26,7 @@
25
26
import io.usethesource.vallang.IValue;
27
import io.usethesource.vallang.IValueFactory;
28
29
+@Ignore("TODO Enable before merging PR")
30
public class CheckStdLibTest {
31
@Test
32
public void checkerSupportsStandardLib() throws IOException, URISyntaxException {
0 commit comments