mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-08-04 10:59:30 +00:00
Fix tests
This commit is contained in:
parent
321df71ed0
commit
5cf0e4c622
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fn unused_function_gets_detected() -> Result<(), Box<dyn Error>> {
|
|||
cmd.arg("--config")
|
||||
.arg("tests/unused_declarations/vhdl_ls.toml")
|
||||
.arg("--libraries")
|
||||
.arg("../vhdl_libraries/vhdl_ls.toml");
|
||||
.arg("../vhdl_libraries");
|
||||
cmd.assert().failure().stdout(predicate::str::contains(
|
||||
"error: Unused declaration of port 'baz' : inout",
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue