diff options
| author | Théo Zimmermann | 2019-04-03 10:00:17 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-04-03 10:00:17 +0200 |
| commit | 8f37727a0cb99eb7f250bd507635de6628de23ad (patch) | |
| tree | 0f381cf21c103be423eea4a6bf7570db5d38d15f /test-suite/bugs | |
| parent | a675df0fc21ce00f120046619751656eabcdbaed (diff) | |
| parent | b1162463d577baf450c3f33ab880e7d9afe21148 (diff) | |
Merge PR #8638: Remove -compat 8.7
Reviewed-by: Zimmi48
Reviewed-by: ejgallego
Reviewed-by: jfehrle
Ack-by: maximedenes
Reviewed-by: ppedrot
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/bug_4798.v | 2 | ||||
| -rw-r--r-- | test-suite/bugs/closed/bug_9166.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/bug_4798.v b/test-suite/bugs/closed/bug_4798.v index 696812dee1..f238086633 100644 --- a/test-suite/bugs/closed/bug_4798.v +++ b/test-suite/bugs/closed/bug_4798.v @@ -1,5 +1,5 @@ (* DO NOT MODIFY THIS FILE DIRECTLY *) (* It is autogenerated by dev/tools/update-compat.py. *) Check match 2 with 0 => 0 | S n => n end. -Notation "|" := 1 (compat "8.7"). +Notation "|" := 1 (compat "8.8"). Check match 2 with 0 => 0 | S n => n end. (* fails *) diff --git a/test-suite/bugs/closed/bug_9166.v b/test-suite/bugs/closed/bug_9166.v index a89837dd12..21cd770cbb 100644 --- a/test-suite/bugs/closed/bug_9166.v +++ b/test-suite/bugs/closed/bug_9166.v @@ -2,7 +2,7 @@ (* It is autogenerated by dev/tools/update-compat.py. *) Set Warnings "+deprecated". -Notation bar := option (compat "8.7"). +Notation bar := option (compat "8.8"). Definition foo (x: nat) : nat := match x with |
