aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-11-30 02:36:19 +0100
committerPierre-Marie Pédrot2014-11-30 02:36:19 +0100
commit4586e904f8d2759c4f19e1ac3ad5c0447b353ae0 (patch)
treee62b817143d70bd18d5ec3f323f9754c1b9cece3 /test-suite/bugs/opened
parent6566764abca36d661c5e403486458a326eeea4a4 (diff)
Test for bug #3487.
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3487.v8
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).