From 5e1713d8fe9032a3f5c783cce288b409b6fdf816 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 15 Oct 2014 12:20:10 +0200 Subject: Fix test-suite file after moving back to using C as the name of the record binder for Class C's projections. --- test-suite/bugs/closed/3482.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/bugs/closed/3482.v b/test-suite/bugs/closed/3482.v index cf3f9dbefa..34a5e73da7 100644 --- a/test-suite/bugs/closed/3482.v +++ b/test-suite/bugs/closed/3482.v @@ -1,6 +1,6 @@ Set Primitive Projections. Class Foo (F : False) := { foo : True }. -Arguments foo F {f}. +Arguments foo F {Foo}. Print Implicit foo. (* foo : forall F : False, Foo F -> True Argument Foo is implicit and maximally inserted *) -- cgit v1.2.3