From 484e2c349e68b0284f278f691334d82001ee0f0e Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Mon, 7 Apr 2014 13:07:26 +0200 Subject: - Fix RecTutorial, and mutual induction schemes getting the wrong names. Now the universe inconsistency appears at [exact t] instead of the Defined :) --- test-suite/success/RecTutorial.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test-suite') diff --git a/test-suite/success/RecTutorial.v b/test-suite/success/RecTutorial.v index 15af084424..11fbf24d4d 100644 --- a/test-suite/success/RecTutorial.v +++ b/test-suite/success/RecTutorial.v @@ -520,8 +520,7 @@ Inductive typ : Type := Definition typ_inject: typ. split. -exact typ. -Fail Defined. +Fail exact typ. (* Error: Universe Inconsistency. *) -- cgit v1.2.3