diff options
| author | Hugo Herbelin | 2015-05-09 18:04:40 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2015-05-09 18:04:54 +0200 |
| commit | 39a67d502d341562b68c0f52163b2863bdd5ebd4 (patch) | |
| tree | d923b4b1f91066b9219c2ba12fb7ccfa83041fc5 /test-suite/bugs/opened | |
| parent | 5cbc018fe934750bdf1043da68f99911be4ee6f6 (diff) | |
Adjusting test-suite after 5cbc018fe9347 (subst as in 8.4 by default).
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/4214.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/4214.v b/test-suite/bugs/opened/4214.v index cd53c898e9..3daf452132 100644 --- a/test-suite/bugs/opened/4214.v +++ b/test-suite/bugs/opened/4214.v @@ -2,4 +2,4 @@ Goal forall A (a b c : A), b = a -> b = c -> a = c. intros. subst. -reflexivity. +Fail reflexivity. |
