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.
2 parents 568157f + 804ef6c commit 74ced1bCopy full SHA for 74ced1b
Makefile.in
@@ -222,7 +222,7 @@ $(TESTDIR)/PrimitiveProjections.dpd $(TESTDIR)/PrimitiveProjections2.dpd: \
222
223
$(TESTDIR)/search.log : $(TESTDIR)/Test.vo $(TESTDIR)/search.cmd $(DPDPLUGIN)
224
cat $(TESTDIR)/search.cmd | coqtop -R . dpdgraph -I . 2> /dev/null \
225
- | sed -e 's/Welcome to Coq.*/Welcome to Coq/' > $@
+ | sed -e 's/Welcome to Rocq.*/Welcome to Rocq/' > $@
226
227
%.dot : %.dpd $(DPD2DOT)
228
$(DPD2DOT) $< > /dev/null
tests/search.oracle
@@ -1,4 +1,4 @@
1
-Welcome to Coq
+Welcome to Rocq
2
[Loading ML file coq-dpdgraph.plugin ... done]
3
[Loading ML file rocq-runtime.plugins.ring ... done]
4
Fetching opaque proofs from disk for dpdgraph.tests.Test
0 commit comments