Skip to content

Commit 74ced1b

Browse files
authored
Merge pull request #139 from coq-community/coq_20028
Adapt to rocq-prover/rocq#20028
2 parents 568157f + 804ef6c commit 74ced1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ $(TESTDIR)/PrimitiveProjections.dpd $(TESTDIR)/PrimitiveProjections2.dpd: \
222222

223223
$(TESTDIR)/search.log : $(TESTDIR)/Test.vo $(TESTDIR)/search.cmd $(DPDPLUGIN)
224224
cat $(TESTDIR)/search.cmd | coqtop -R . dpdgraph -I . 2> /dev/null \
225-
| sed -e 's/Welcome to Coq.*/Welcome to Coq/' > $@
225+
| sed -e 's/Welcome to Rocq.*/Welcome to Rocq/' > $@
226226

227227
%.dot : %.dpd $(DPD2DOT)
228228
$(DPD2DOT) $< > /dev/null

tests/search.oracle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to Coq
1+
Welcome to Rocq
22
[Loading ML file coq-dpdgraph.plugin ... done]
33
[Loading ML file rocq-runtime.plugins.ring ... done]
44
Fetching opaque proofs from disk for dpdgraph.tests.Test

0 commit comments

Comments
 (0)