From fbbcea2eda411fbacfafdeec3266a19af17935f3 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Tue, 4 Jul 2017 17:11:45 +0200 Subject: Deprecate options that were introduced for compatibility with 8.5. --- test-suite/output/inference.v | 1 + 1 file changed, 1 insertion(+) (limited to 'test-suite') diff --git a/test-suite/output/inference.v b/test-suite/output/inference.v index f761a4dc5a..73169dae65 100644 --- a/test-suite/output/inference.v +++ b/test-suite/output/inference.v @@ -14,6 +14,7 @@ Definition P (e:option L) := Print P. (* Check that plus is folded even if reduction is involved *) +Set Warnings Append "-deprecated-option". Set Refolding Reduction. Check (fun m n p (H : S m <= (S n) + p) => le_S_n _ _ H). -- cgit v1.2.3