diff options
author | Nadrieril | 2024-04-16 13:30:03 +0200 |
---|---|---|
committer | Nadrieril | 2024-04-18 11:26:35 +0200 |
commit | cfda3a990cb3b24d91ce5bf8d1ddec7b265beca5 (patch) | |
tree | 4a578bc9facb08e7948cefccce40eb7362beb6bc /tests/hol4/hashmap | |
parent | b4c3829305cac70827f6cbca2e90b0ef8be00d47 (diff) |
Ensure we regenerate files properly in CI
Files that weren't regenerated were marked as not
automatically-generated.
Diffstat (limited to 'tests/hol4/hashmap')
-rw-r--r-- | tests/hol4/hashmap/hashmap_FunsScript.sml | 1 | ||||
-rw-r--r-- | tests/hol4/hashmap/hashmap_TypesScript.sml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/hol4/hashmap/hashmap_FunsScript.sml b/tests/hol4/hashmap/hashmap_FunsScript.sml index 682c5760..6678de4b 100644 --- a/tests/hol4/hashmap/hashmap_FunsScript.sml +++ b/tests/hol4/hashmap/hashmap_FunsScript.sml @@ -1,4 +1,3 @@ -(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [hashmap]: function definitions *) open primitivesLib divDefLib open hashmap_TypesTheory diff --git a/tests/hol4/hashmap/hashmap_TypesScript.sml b/tests/hol4/hashmap/hashmap_TypesScript.sml index a0865956..6b91bdde 100644 --- a/tests/hol4/hashmap/hashmap_TypesScript.sml +++ b/tests/hol4/hashmap/hashmap_TypesScript.sml @@ -1,4 +1,3 @@ -(** THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS *) (** [hashmap]: type definitions *) open primitivesLib divDefLib |