aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau2014-07-02 10:55:05 +0200
committerMatthieu Sozeau2014-07-02 10:55:05 +0200
commitc5194d098dce2ab829b63afde4199b750ea85e31 (patch)
treeb05e79612be5239a1d45960be064e07611aeb6f9
parent4c97e4ce19ca4c387039cfdcb4f24658100230b0 (diff)
Indeed simpl never is really honored now.
-rw-r--r--test-suite/bugs/closed/3322.v (renamed from test-suite/bugs/opened/3322.v)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3322.v b/test-suite/bugs/closed/3322.v
index 67a68d55ee..925f22a211 100644
--- a/test-suite/bugs/opened/3322.v
+++ b/test-suite/bugs/closed/3322.v
@@ -20,4 +20,4 @@ Section opposite.
simpl in *.
Transparent path_sigma_uncurried.
(* This command should fail with "Error: Failed to progress.", as it does in 8.4; the simpl never directive should prevent simpl from progressing *)
- progress simpl in *.
+ Fail progress simpl in *.