diff options
author | Son Ho | 2023-11-27 09:37:31 +0100 |
---|---|---|
committer | Son Ho | 2023-11-27 09:37:31 +0100 |
commit | 959d6fce38c8d8ca6eaed3ad6f458b87f91a9abc (patch) | |
tree | 3bdc3f7fb87fe53140156eabe35eaee2e7e2f704 /tests/fstar/misc | |
parent | d84040e000333d6d2a212fb849a38fb73a65eb48 (diff) |
Update the generation of files for external definitions and regenerate the tests
Diffstat (limited to 'tests/fstar/misc')
-rw-r--r-- | tests/fstar/misc/External.Funs.fst | 2 | ||||
-rw-r--r-- | tests/fstar/misc/External.FunsExternal.fsti (renamed from tests/fstar/misc/External.Opaque.fsti) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/fstar/misc/External.Funs.fst b/tests/fstar/misc/External.Funs.fst index 4d13fb71..00995634 100644 --- a/tests/fstar/misc/External.Funs.fst +++ b/tests/fstar/misc/External.Funs.fst @@ -3,7 +3,7 @@ module External.Funs open Primitives include External.Types -include External.Opaque +include External.FunsExternal #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" diff --git a/tests/fstar/misc/External.Opaque.fsti b/tests/fstar/misc/External.FunsExternal.fsti index ea1a70c2..923a1101 100644 --- a/tests/fstar/misc/External.Opaque.fsti +++ b/tests/fstar/misc/External.FunsExternal.fsti @@ -1,6 +1,6 @@ (** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [external]: external function declarations *) -module External.Opaque +module External.FunsExternal open Primitives include External.Types |