mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
Tests: Fix hardcoded path in last test
This commit is contained in:
parent
ff702174d8
commit
a816c2b75e
@ -1,2 +0,0 @@
|
||||
%Error: /svaha/wsnyder/SandBox/homecvs/v4/verilator/test_regress/../include/verilated_vpi.cpp:99: vpi_release_handle() called on same object twice, or on non-Verilator VPI object
|
||||
Aborting...
|
@ -17,9 +17,10 @@ compile(
|
||||
|
||||
execute(
|
||||
fails => 1,
|
||||
expect_filename => $Self->{golden_filename},
|
||||
);
|
||||
|
||||
file_grep($Self->{run_log_filename}, qr/vpi_release_handle.*called on same object twice/i);
|
||||
|
||||
ok(1);
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user