aboutsummaryrefslogtreecommitdiff
path: root/test-suite/arithmetic
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-07-22 12:52:36 +0200
committerPierre-Marie Pédrot2020-07-22 12:52:36 +0200
commit3962027eece19261efe88dda6c5a655f99ae93d0 (patch)
tree76b7d4f231f7a1af0640828fc2610ca0accc540f /test-suite/arithmetic
parent56fd98a932f2700a63fe701bb71533fb48d6d06b (diff)
parent7461fe4f55ad9ee7c55c9b060e74a49d173b4ce7 (diff)
Merge PR #12664: Turn various anomalies into regular errors in primitive declaration path
Reviewed-by: ppedrot
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.
-
-*)