aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-07-02 10:55:05 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-07-02 10:55:05 +0200
commitc5194d098dce2ab829b63afde4199b750ea85e31 (patch)
treeb05e79612be5239a1d45960be064e07611aeb6f9 /test-suite
parent4c97e4ce19ca4c387039cfdcb4f24658100230b0 (diff)
Indeed simpl never is really honored now.
Diffstat (limited to 'test-suite')
-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 67a68d55e..925f22a21 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 *.