diff options
| author | Jim Fehrle | 2020-03-27 21:55:37 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2020-03-28 11:03:00 -0700 |
| commit | 2a803690d76724fd7c97288f208f3a1faf98eca1 (patch) | |
| tree | df8e01ca2073958c1d19222161717ea46189d128 /test-suite/bugs | |
| parent | 28081c1108a84050566d365bd665d05ee508ecce (diff) | |
Remove SearchAbout command, deprecated in 8.5
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/HoTT_coq_010.v | 2 | ||||
| -rw-r--r-- | test-suite/bugs/closed/bug_3900.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/HoTT_coq_010.v b/test-suite/bugs/closed/HoTT_coq_010.v index 42b1244fb5..caa7373f5e 100644 --- a/test-suite/bugs/closed/HoTT_coq_010.v +++ b/test-suite/bugs/closed/HoTT_coq_010.v @@ -1,3 +1,3 @@ -SearchAbout and. +Search and. (* Anomaly: Mismatched instance and context when building universe substitution. Please report. *) diff --git a/test-suite/bugs/closed/bug_3900.v b/test-suite/bugs/closed/bug_3900.v index 6be2161c2f..ddede74acc 100644 --- a/test-suite/bugs/closed/bug_3900.v +++ b/test-suite/bugs/closed/bug_3900.v @@ -9,5 +9,5 @@ Variable Pmor : forall s d : obj, morphism A (projT1 s) (projT1 d) -> Type. Class Foo (x : Type) := { _ : forall y, y }. Local Instance ishset_pmor {s d m} : Foo (Pmor s d m). Proof. -SearchAbout ((forall _ _, _) -> Foo _). +Search ((forall _ _, _) -> Foo _). Abort. |
