From 164637cc3a4e8895ed4ec420e300bd692d3e7812 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 2 Aug 2015 18:47:08 +0200 Subject: Fixing test apply.v (had wrong option name). --- test-suite/success/apply.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite') diff --git a/test-suite/success/apply.v b/test-suite/success/apply.v index 24d5cf8a9..074004fa1 100644 --- a/test-suite/success/apply.v +++ b/test-suite/success/apply.v @@ -371,7 +371,7 @@ Qed. Goal True. Fail eapply existT. -Set Trivial Tactic Unification Under Conjunction. +Set Universal Lemma Under Conjunction. eapply existT. Abort. -- cgit v1.2.3