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:
parent
08b6338061
commit
bc636d7ee0
2 changed files with 31 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue