diff options
Diffstat (limited to 'test-suite/success/Check.v')
| -rw-r--r-- | test-suite/success/Check.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/Check.v b/test-suite/success/Check.v new file mode 100644 index 0000000000..2c9fc7ada8 --- /dev/null +++ b/test-suite/success/Check.v @@ -0,0 +1,7 @@ +(* Compiling the theories allows to test parsing and typing but not printing *) +(* This file tests that pretty-printing does not fail *) +(* Test of exact output is not specified *) + +Check O. +Check S. +Check nat. |
