diff options
| author | Maxime Dénès | 2016-06-29 08:13:32 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-06-29 09:32:46 +0200 |
| commit | dd8d2a1d017d20635f943af205dcb0127a992a59 (patch) | |
| tree | 39adf846ee4134c10f73947378d69fde85b0c5b9 /test-suite/bugs | |
| parent | 8e07227c5853de78eaed4577eefe908fb84507c0 (diff) | |
Fix issues in test-suite revealed by warnings.
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/3251.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3251.v b/test-suite/bugs/closed/3251.v index 5a7ae2002b..d4ce050c57 100644 --- a/test-suite/bugs/closed/3251.v +++ b/test-suite/bugs/closed/3251.v @@ -1,4 +1,5 @@ Goal True. +idtac. Ltac foo := idtac. (* print out happens twice: foo is defined |
