From b8a66c673f695ab48eefc1360fc261a0199cf454 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Mon, 29 Jun 2015 20:53:01 +0200 Subject: Fix test file for #4214 which was fixed by Hugo. --- test-suite/bugs/closed/4214.v | 6 ++++++ test-suite/bugs/opened/4214.v | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 test-suite/bugs/closed/4214.v delete mode 100644 test-suite/bugs/opened/4214.v diff --git a/test-suite/bugs/closed/4214.v b/test-suite/bugs/closed/4214.v new file mode 100644 index 0000000000..d684e8cf4b --- /dev/null +++ b/test-suite/bugs/closed/4214.v @@ -0,0 +1,6 @@ +(* Check that subst uses all equations around *) +Goal forall A (a b c : A), b = a -> b = c -> a = c. +intros. +subst. +reflexivity. +Qed. \ No newline at end of file diff --git a/test-suite/bugs/opened/4214.v b/test-suite/bugs/opened/4214.v deleted file mode 100644 index 3daf452132..0000000000 --- a/test-suite/bugs/opened/4214.v +++ /dev/null @@ -1,5 +0,0 @@ -(* Check that subst uses all equations around *) -Goal forall A (a b c : A), b = a -> b = c -> a = c. -intros. -subst. -Fail reflexivity. -- cgit v1.2.3