aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-10-15 13:52:43 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-10-15 13:52:43 +0200
commit5467fc3ee8249d5e1978cba5006db98cdfc27384 (patch)
tree222ed0df8c1875132b9497f84d10e8812b06a136 /test-suite/bugs/opened
parent347c4888e07cf76c7e1c6672ccfa89f86a0f11ea (diff)
Bug 3628 is fixed.
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3628.v9
1 files changed, 0 insertions, 9 deletions
diff --git a/test-suite/bugs/opened/3628.v b/test-suite/bugs/opened/3628.v
deleted file mode 100644
index bd85bb1f9..000000000
--- a/test-suite/bugs/opened/3628.v
+++ /dev/null
@@ -1,9 +0,0 @@
-Module NonPrim.
- Class AClass := { x : Set }.
- Arguments x {AClass}.
-End NonPrim.
-Module Prim.
- Set Primitive Projections.
- Class AClass := { x : Set }.
- Fail Arguments x {AClass}.
-End Prim.