diff options
| author | Théo Zimmermann | 2019-01-29 22:35:51 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-01-29 22:35:51 +0100 |
| commit | 469032d0274812cbf00823f86fc3db3a1204647e (patch) | |
| tree | 5a415d77b0c4356d7929f68b215aadcb5069e74e /test-suite | |
| parent | 29fe9cf74333d032c84169ac671232269e2a721a (diff) | |
| parent | 4152f39b616b3b7c2692f7dfcc9ce0f294d0385c (diff) | |
Merge PR #9417: Update update-compat.py script
Reviewed-by: Zimmi48
Diffstat (limited to 'test-suite')
| -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, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_4798.v b/test-suite/bugs/closed/bug_4798.v index 41a1251ca5..696812dee1 100644 --- a/test-suite/bugs/closed/bug_4798.v +++ b/test-suite/bugs/closed/bug_4798.v @@ -1,3 +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"). 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 8a7e9c37b0..a89837dd12 100644 --- a/test-suite/bugs/closed/bug_9166.v +++ b/test-suite/bugs/closed/bug_9166.v @@ -1,3 +1,5 @@ +(* DO NOT MODIFY THIS FILE DIRECTLY *) +(* It is autogenerated by dev/tools/update-compat.py. *) Set Warnings "+deprecated". Notation bar := option (compat "8.7"). |
