From a51fa3cf726d10942297a47dfe24051af700553b Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 11 Jun 2019 19:03:33 +0200
Subject: [PATCH] with reftest normalization, whitelisting Coq 8.11 should not
 be needed any more

---
 Makefile.coq.local | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.coq.local b/Makefile.coq.local
index 8b4c64497..6931cd3fa 100644
--- a/Makefile.coq.local
+++ b/Makefile.coq.local
@@ -9,8 +9,7 @@ test: $(TESTFILES:.v=.vo)
 .PHONY: test
 
 COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
-# FIXME: temporarily disabled on Coq master to help them land a patch
-COQ_OLD=$(shell echo "$(COQ_VERSION)" | egrep "^8\.(7|11)\b" -q && echo 1)
+COQ_OLD=$(shell echo "$(COQ_VERSION)" | egrep "^8\.7\b" -q && echo 1)
 COQ_MINOR_VERSION=$(shell echo "$(COQ_VERSION)" | egrep '^[0-9]+\.[0-9]+\b' -o)
 
 tests/.coqdeps.d: $(TESTFILES)
-- 
GitLab