Skip to content

Commit 5cf0e4c

Browse files
committed
Fix tests
1 parent 321df71 commit 5cf0e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vhdl_lang/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn unused_function_gets_detected() -> Result<(), Box<dyn Error>> {
5151
cmd.arg("--config")
5252
.arg("tests/unused_declarations/vhdl_ls.toml")
5353
.arg("--libraries")
54-
.arg("../vhdl_libraries/vhdl_ls.toml");
54+
.arg("../vhdl_libraries");
5555
cmd.assert().failure().stdout(predicate::str::contains(
5656
"error: Unused declaration of port 'baz' : inout",
5757
));

0 commit comments

Comments
 (0)