diff options
| author | Pierre-Marie Pédrot | 2014-11-30 02:36:19 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-11-30 02:36:19 +0100 |
| commit | 4586e904f8d2759c4f19e1ac3ad5c0447b353ae0 (patch) | |
| tree | e62b817143d70bd18d5ec3f323f9754c1b9cece3 /test-suite/bugs/opened | |
| parent | 6566764abca36d661c5e403486458a326eeea4a4 (diff) | |
Test for bug #3487.
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/3487.v | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test-suite/bugs/opened/3487.v b/test-suite/bugs/opened/3487.v deleted file mode 100644 index ba7a5c98fc..0000000000 --- a/test-suite/bugs/opened/3487.v +++ /dev/null @@ -1,8 +0,0 @@ -Notation bar := $(exact I)$. -Notation foo := bar (only parsing). -Class baz := { x : False }. -Instance: baz. -Admitted. -Definition baz0 := ((_ : baz) = (_ : baz)). -Definition foo1 := (foo = foo). -Fail Definition baz1 := prod ((_ : baz) = (_ : baz)) (foo = foo). |
