mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
add copyright for dlist unit test
This commit is contained in:
parent
08b6338061
commit
3b43f27580
1 changed files with 17 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