diff options
-rw-r--r-- | test-suite/output/ltac.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/ltac.v b/test-suite/output/ltac.v index 9a60afe5f..7e2610c7d 100644 --- a/test-suite/output/ltac.v +++ b/test-suite/output/ltac.v @@ -12,6 +12,6 @@ Goal True. assert (H:= eq_refl ((fun x => x) 1)). let HT := type of H in lazymatch goal with -| H1 : HT |- _ => idtac "matched" +| H1 : HT |- _ => idtac end. Abort. |