diff options
| author | herbelin | 2001-10-17 15:28:33 +0000 |
|---|---|---|
| committer | herbelin | 2001-10-17 15:28:33 +0000 |
| commit | f32fa1cdd898d88da1f3a949fa551314fb813622 (patch) | |
| tree | d275cafbd38475eefbeef21e7a27c20cc79f46dd /test-suite/output/RealSyntax.v | |
| parent | a6d858b84132bcb27bcc771f06a854cc94eef716 (diff) | |
Test syntaxe des réels
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2127 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/output/RealSyntax.v')
| -rw-r--r-- | test-suite/output/RealSyntax.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/output/RealSyntax.v b/test-suite/output/RealSyntax.v new file mode 100644 index 0000000000..d976dcc1aa --- /dev/null +++ b/test-suite/output/RealSyntax.v @@ -0,0 +1,3 @@ +Require Reals. +Check ``32``. +Check ``-31``. |
