diff options
| author | Hugo Herbelin | 2015-05-05 19:25:24 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2015-05-09 13:44:01 +0200 |
| commit | 5cbc018fe934750bdf1043da68f99911be4ee6f6 (patch) | |
| tree | 034e3574779ff1279d7ba73268adcbede9379791 /test-suite/bugs/closed | |
| parent | 3bcfff90470ef079b5e711ef72db28b670eeacd0 (diff) | |
Adding a flag "Set Regular Subst Tactic" off by default in v8.5 for
preserving compatibility of subst after #4214 being solved.
Diffstat (limited to 'test-suite/bugs/closed')
| -rw-r--r-- | test-suite/bugs/closed/4214.v | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/closed/4214.v b/test-suite/bugs/closed/4214.v deleted file mode 100644 index cd53c898e9..0000000000 --- a/test-suite/bugs/closed/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. -reflexivity. |
