Skip to content

Commit b8d48a5

Browse files
authored
Remove TypeScript target testing temporarily. (#3892)
See #3891 antlr/antlr4#4491
1 parent 5792cf2 commit b8d48a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_scripts/what-to-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ do
4444
done
4545

4646
ttargets=""
47-
for t in "Cpp" "CSharp" "Dart" "Go" "Java" "JavaScript" "PHP" "Python3" "TypeScript"
47+
# remove temporarily TODO add back: "TypeScript"
48+
for t in "Cpp" "CSharp" "Dart" "Go" "Java" "JavaScript" "PHP" "Python3"
4849
do
4950
if [ ${targets[$t]} -ne 0 ]
5051
then

0 commit comments

Comments
 (0)