We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29018f commit 537eca3Copy full SHA for 537eca3
runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java
@@ -23,7 +23,7 @@ protected String getLanguage() {
23
@Override
24
protected List<String> getPythonExecutables() {
25
return Arrays.asList("python3.7", "python3.8");
26
- } // force 3.7
+ } // force 3.7 or 3.8
27
28
29
protected void writeLexerTestFile(String lexerName, boolean showDFA) {
0 commit comments