Update testcase copyright and remove local path comments
This commit is contained in:
parent
b4a131e9b6
commit
aff401ef04
|
|
@ -1,7 +1,9 @@
|
|||
// DESCRIPTION: Regression test for scope/var lifetime issue (debug build)
|
||||
//
|
||||
// This is derived from testcase/min_uaf_repro_real.sv (from issue reproducer).
|
||||
// DESCRIPTION: Verilator: Regression test for scope/var lifetime issue
|
||||
//
|
||||
// This file ONLY is placed under the Creative Commons Public Domain, for
|
||||
// any use, without warranty, 2025 by Wilson Snyder.
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
|
||||
package p;
|
||||
typedef chandle PyObject;
|
||||
|
|
|
|||
Loading…
Reference in New Issue