fix typo in librstpkg tests, allowed by old parser
This commit is contained in:
parent
41af279233
commit
cdf4d4bcdd
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ fn test_make_dir_rwx() {
|
|||
fn test_install_valid() {
|
||||
let ctxt = fake_ctxt();
|
||||
let temp_pkg_id = fake_pkg();
|
||||
let temp_workspace() = mk_temp_workspace();
|
||||
let temp_workspace = mk_temp_workspace();
|
||||
// should have test, bench, lib, and main
|
||||
ctxt.install(&temp_workspace, temp_pkg_id);
|
||||
// Check that all files exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue