diff options
Diffstat (limited to 'test-suite/success/name_mangling.v')
-rw-r--r-- | test-suite/success/name_mangling.v | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/success/name_mangling.v b/test-suite/success/name_mangling.v index 571dde880..e98241420 100644 --- a/test-suite/success/name_mangling.v +++ b/test-suite/success/name_mangling.v @@ -122,8 +122,7 @@ Lemma a : forall n, n = 0. Proof. fix a 1. Check a. -fix 1. -Fail Check a0. +Fail fix a 1. Abort. (* Test stability of "induction" *) |