diff options
Diffstat (limited to 'test-suite/output/ErrorLocation_ltac_2.v')
| -rw-r--r-- | test-suite/output/ErrorLocation_ltac_2.v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/ErrorLocation_ltac_2.v b/test-suite/output/ErrorLocation_ltac_2.v new file mode 100644 index 0000000000..c3a9bd626a --- /dev/null +++ b/test-suite/output/ErrorLocation_ltac_2.v @@ -0,0 +1,4 @@ +Ltac f := fail. +Goal False. +idtac; f. +Abort. |
