diff options
| author | Jason Gross | 2018-10-02 14:40:52 -0400 |
|---|---|---|
| committer | Jason Gross | 2018-10-02 14:40:52 -0400 |
| commit | 9e7402632f1aecf5d2dce936d95e296097024ea5 (patch) | |
| tree | 97ce597a8238ab07aa175e0a2965352c5a4eefa3 /test-suite/bugs | |
| parent | a4bde2c1504c3fa3efe74586798d5d6f372b40d9 (diff) | |
Update compat notations to be compat 8.7
All changes done with
```
git grep --name-only 'compat "8.6"' | xargs sed -i s'/compat "8.6"/compat "8.7"/g'
```
As per https://github.com/coq/coq/pull/8374#issuecomment-426202818 and
https://github.com/coq/coq/issues/8383#issuecomment-426200497
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/4798.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4798.v b/test-suite/bugs/closed/4798.v index 6f2bcb9685..41a1251ca5 100644 --- a/test-suite/bugs/closed/4798.v +++ b/test-suite/bugs/closed/4798.v @@ -1,3 +1,3 @@ Check match 2 with 0 => 0 | S n => n end. -Notation "|" := 1 (compat "8.6"). +Notation "|" := 1 (compat "8.7"). Check match 2 with 0 => 0 | S n => n end. (* fails *) |
