From 1d34bda8d323366c42b9057426f2d0a38ffd9b75 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 24 Oct 2018 13:52:36 +0200
Subject: [PATCH] Coq 8.9 is no longer broken

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

diff --git a/Makefile.coq.local b/Makefile.coq.local
index 4ebd9b872..ad34f1f8d 100644
--- a/Makefile.coq.local
+++ b/Makefile.coq.local
@@ -8,8 +8,7 @@ test: $(TESTFILES:.v=.vo)
 .PHONY: test
 
 COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
-# In Coq 8.9, printing notations involving primitive notations is broken
-COQ_BROKEN=$(shell echo "$(COQ_VERSION)" | egrep "^8\.9\b" > /dev/null && echo 1)
+COQ_BROKEN=
 
 # Can't use pipes because that discards error codes and dash provides no way to control that.
 # Also egrep errors if it doesn't match anything, we have to ignore that.
-- 
GitLab