diff options
| author | Pierre-Marie Pédrot | 2014-11-30 02:35:10 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-11-30 02:35:10 +0100 |
| commit | 6566764abca36d661c5e403486458a326eeea4a4 (patch) | |
| tree | a6c5b5ecc55bc7e775add0ee43100f55aa6326fa /test-suite/bugs/opened | |
| parent | 4a858a51322f2dd488b02130ca82ebcc4dc9ca35 (diff) | |
Test of bug #3682.
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/3682.v | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/opened/3682.v b/test-suite/bugs/opened/3682.v deleted file mode 100644 index 71baf78cf2..0000000000 --- a/test-suite/bugs/opened/3682.v +++ /dev/null @@ -1,5 +0,0 @@ -Class Foo. -Definition bar `{Foo} (x : Set) := Set. -Instance: Foo. -Definition bar1 := bar nat. -Fail Definition bar2 := bar $(admit)$. |
