diff options
| author | Maxime Dénès | 2015-06-29 20:53:01 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2015-06-29 20:53:01 +0200 |
| commit | b8a66c673f695ab48eefc1360fc261a0199cf454 (patch) | |
| tree | b42164b604af0a35de33a1ff31046e275a3c0999 /test-suite/bugs/closed | |
| parent | cb3a674742e18401eecb441ab7150f0f701b4171 (diff) | |
Fix test file for #4214 which was fixed by Hugo.
Diffstat (limited to 'test-suite/bugs/closed')
| -rw-r--r-- | test-suite/bugs/closed/4214.v | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
