We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321df71 commit 5cf0e4cCopy full SHA for 5cf0e4c
vhdl_lang/tests/integration_tests.rs
@@ -51,7 +51,7 @@ fn unused_function_gets_detected() -> Result<(), Box<dyn Error>> {
51
cmd.arg("--config")
52
.arg("tests/unused_declarations/vhdl_ls.toml")
53
.arg("--libraries")
54
- .arg("../vhdl_libraries/vhdl_ls.toml");
+ .arg("../vhdl_libraries");
55
cmd.assert().failure().stdout(predicate::str::contains(
56
"error: Unused declaration of port 'baz' : inout",
57
));
0 commit comments