Tests: Fix hardcoded path in last test

This commit is contained in:
Wilson Snyder 2020-12-16 19:38:35 -05:00
parent ff702174d8
commit a816c2b75e
2 changed files with 2 additions and 3 deletions

View File

@ -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...

View File

@ -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;