3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

new hashtable.h invariants (#7296)

* add copyright for dlist unit test

* new hashtable invariants

* add copyright
This commit is contained in:
LiviaSun 2024-07-19 14:01:42 -07:00 committed by GitHub
parent 08b6338061
commit bc636d7ee0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 0 deletions

View file

@ -1,3 +1,20 @@
/*++
Copyright (c) 2024 Microsoft Corporation
Module Name:
tst_dlist.cpp
Abstract:
Test dlist module
Author:
Chuyue Sun 2024-07-18.
--*/
#include <cassert>
#include <iostream>
#include "util/dlist.h"