diff options
author | Son HO | 2024-04-19 08:24:37 +0200 |
---|---|---|
committer | GitHub | 2024-04-19 08:24:37 +0200 |
commit | ad764b07c7a576eb509e08a29868e719fe5d8a84 (patch) | |
tree | 678ae9c0edcf90925b5db65c8f2ada3d68073f9a /tests/coq/hashmap_on_disk | |
parent | caedb227fcf018a5e9e6f5627144a9bf0b5484c3 (diff) | |
parent | 04f65cb173978ac9010ae88a24e6106382669fa1 (diff) |
Merge pull request #132 from AeneasVerif/regen-tests
Ensure we regenerate files properly in CI
Diffstat (limited to 'tests/coq/hashmap_on_disk')
-rw-r--r-- | tests/coq/hashmap_on_disk/HashmapMain_FunsExternal.v | 1 | ||||
-rw-r--r-- | tests/coq/hashmap_on_disk/HashmapMain_TypesExternal.v | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/coq/hashmap_on_disk/HashmapMain_FunsExternal.v b/tests/coq/hashmap_on_disk/HashmapMain_FunsExternal.v index a03dc407..fb5f23cd 100644 --- a/tests/coq/hashmap_on_disk/HashmapMain_FunsExternal.v +++ b/tests/coq/hashmap_on_disk/HashmapMain_FunsExternal.v @@ -1,4 +1,3 @@ -(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [hashmap_main]: external function declarations *) Require Import Primitives. Import Primitives. diff --git a/tests/coq/hashmap_on_disk/HashmapMain_TypesExternal.v b/tests/coq/hashmap_on_disk/HashmapMain_TypesExternal.v index 87568232..28651c14 100644 --- a/tests/coq/hashmap_on_disk/HashmapMain_TypesExternal.v +++ b/tests/coq/hashmap_on_disk/HashmapMain_TypesExternal.v @@ -1,4 +1,3 @@ -(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [hashmap_main]: external types. -- This is a template file: rename it to "TypesExternal.lean" and fill the holes. *) Require Import Primitives. |