diff options
| author | Pierre-Marie Pédrot | 2016-07-20 22:42:23 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-07-20 22:42:23 +0200 |
| commit | 139204928e55f92f02d3b3dd1d6746e34fdcdb88 (patch) | |
| tree | 0f4824042031fa67499d758a4bc281d86cbf0712 /test-suite/bugs/opened | |
| parent | 9f003b933c2a3504683a84ed817021659e80bc8f (diff) | |
| parent | 3f08b7e490a9a9b6091f097d1440d3ba042a47c1 (diff) | |
Merge branch 'v8.6'
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/3383.v | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test-suite/bugs/opened/3383.v b/test-suite/bugs/opened/3383.v deleted file mode 100644 index 9a14641a57..0000000000 --- a/test-suite/bugs/opened/3383.v +++ /dev/null @@ -1,7 +0,0 @@ -Goal forall b : bool, match b as b' return if b' then True else True with true => I | false => I end = match b as b' return if b' then True else True with true => I | false => I end. -intro. -Fail lazymatch goal with -| [ |- appcontext[match ?b as b' return @?P b' with true => ?t | false => ?f end] ] - => change (match b as b' return P b with true => t | false => f end) with (@bool_rect P t f) -end. (* Toplevel input, characters 153-154: -Error: The reference P was not found in the current environment. *) |
