Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Update linker_test.v
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Neubert committed Dec 29, 2020
1 parent 3cb66df commit f4a3d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linker_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn test_update_link_errors() {
}
update_link(sl_test, uscope, '', '') or {
err_count++
assert err == '`update` requires at least one of flag of `--name` and `--source`.'
assert err == '`update` requires at least one of flag of `--name` and `--path`.'
}
assert err_count == 4
}
Expand Down

0 comments on commit f4a3d81

Please sign in to comment.