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/coq/hashmap_on_disk/_CoqProject | |
parent | d84040e000333d6d2a212fb849a38fb73a65eb48 (diff) |
Update the generation of files for external definitions and regenerate the tests
Diffstat (limited to 'tests/coq/hashmap_on_disk/_CoqProject')
-rw-r--r-- | tests/coq/hashmap_on_disk/_CoqProject | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/coq/hashmap_on_disk/_CoqProject b/tests/coq/hashmap_on_disk/_CoqProject index b78c7b5f..a85fa1fe 100644 --- a/tests/coq/hashmap_on_disk/_CoqProject +++ b/tests/coq/hashmap_on_disk/_CoqProject @@ -6,4 +6,5 @@ HashmapMain_Types.v Primitives.v HashmapMain_Funs.v -HashmapMain_Opaque.v +HashmapMain_FunsExternal_Template.v +HashmapMain_FunsExternal.v |