aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-09-29 15:23:07 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-09-29 17:51:06 +0200
commit601fd9343a241706c0a205aaf8e08255753c3780 (patch)
tree8e704db53a79b588303cd5fe98448e598dd79518 /test-suite/bugs/opened
parentfdfcdc79989c46737089e4c8cab5ad0090e4d8a6 (diff)
Arguments: cleanup + detect discrepancy rename/implicit (#3753)
It seems warnings are not taken into account in output/ tests.
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3753.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-suite/bugs/opened/3753.v b/test-suite/bugs/opened/3753.v
deleted file mode 100644
index 05d77c831..000000000
--- a/test-suite/bugs/opened/3753.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Axiom foo : Type -> Type.
-Axiom bar : forall (T : Type), T -> foo T.
-Arguments bar A x : rename.
-Fail About bar.