aboutsummaryrefslogtreecommitdiff
path: root/test-suite/arithmetic
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-07-09 15:55:04 +0200
committerGaëtan Gilbert2020-07-21 15:26:01 +0200
commit7461fe4f55ad9ee7c55c9b060e74a49d173b4ce7 (patch)
tree150713e14e25ff3358a7bd18a49b277d6fcedff4 /test-suite/arithmetic
parentf44202e28f38aa900801b0c90514690b6a401bed (diff)
Turn various anomalies into regular errors in primitive declaration path
Diffstat (limited to 'test-suite/arithmetic')
-rw-r--r--test-suite/arithmetic/primitive.v12
1 files changed, 0 insertions, 12 deletions
diff --git a/test-suite/arithmetic/primitive.v b/test-suite/arithmetic/primitive.v
deleted file mode 100644
index f62f6109e1..0000000000
--- a/test-suite/arithmetic/primitive.v
+++ /dev/null
@@ -1,12 +0,0 @@
-Section S.
- Variable A : Type.
- Fail Primitive int : let x := A in Set := #int63_type.
- Fail Primitive add := #int63_add.
-End S.
-
-(* [Primitive] should be forbidden in sections, otherwise its type after cooking
-will be incorrect:
-
-Check int.
-
-*)