aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorMatthieu Sozeau2018-11-07 19:53:51 +0100
committerMatthieu Sozeau2018-11-07 19:53:51 +0100
commit65927c22bcad62e1bc9a28a57377d82eba215a2d (patch)
treef3f4d9dc5383ac36a6a1cb5838e56711c8b585d4 /test-suite
parent9185c2ed45319c2b35da0e7af9d8a9126f8035ed (diff)
parente2e45e45a09ab25bf33ba49eef5a7cba9a30b337 (diff)
Merge PR #8934: Revert "Do not allow spliting in res_pf, this is reserved for pretyping"
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/Hints.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/Hints.v b/test-suite/success/Hints.v
index ebf5b094e1..2f13b7c225 100644
--- a/test-suite/success/Hints.v
+++ b/test-suite/success/Hints.v
@@ -169,7 +169,7 @@ Proof.
Hint Cut [_* (a_is_b | b_is_c | c_is_d | d_is_e)
(a_compose | b_compose | c_compose | d_compose | e_compose)] : typeclass_instances.
-Timeout 1 Fail apply _. (* 0.06s *)
+ Timeout 1 Fail apply _. (* 0.06s *)
Abort.
End HintCut.