diff options
| author | letouzey | 2006-06-02 09:53:18 +0000 |
|---|---|---|
| committer | letouzey | 2006-06-02 09:53:18 +0000 |
| commit | f288a7f38b1ad0b6e9ab6d01ea6cded80cc867c6 (patch) | |
| tree | f44e57f1e3892a93560ee371d32f57627b1705ac /contrib/extraction/test/custom/Adalloc | |
| parent | b9233d1e18c5ce96c0b6d384cf7dfef6bac236c0 (diff) | |
debut de reparation du test d'extraction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8891 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/extraction/test/custom/Adalloc')
| -rw-r--r-- | contrib/extraction/test/custom/Adalloc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/extraction/test/custom/Adalloc b/contrib/extraction/test/custom/Adalloc index 0fb556aa66..e720483855 100644 --- a/contrib/extraction/test/custom/Adalloc +++ b/contrib/extraction/test/custom/Adalloc @@ -1,2 +1,2 @@ -Require Import Addr. -Extraction NoInline ad_double ad_double_plus_un. +Require Import BinNat. +Extraction NoInline Ndouble Ndouble_plus_one. |
