Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1878eea

Browse files
committed
Remove ltac2 from the black-list
1 parent 5c33f55 commit 1878eea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

black_list.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44

55
BlackList = [
66
["coq-compcert.3.1.0", "Error: Corrupted compiled interface"], # flaky Makefile
7-
["coq-compcert.3.3.0", "Error: Corrupted compiled interface"], # flaky Makefile
8-
["coq-ltac2.0.3", "coq-ltac2 -> coq >= 8.10"], # Coq 8.10 not released yet
9-
["coq-ltac2.0.3", "While removing coq"] # Coq 8.10 not released yet
7+
["coq-compcert.3.3.0", "Error: Corrupted compiled interface"] # flaky Makefile
108
]

0 commit comments

Comments
 (0)