aboutsummaryrefslogtreecommitdiff
path: root/test-suite/arithmetic
diff options
context:
space:
mode:
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.
-
-*)