diff options
| -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 *. |
