mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:05:55 +01:00
fix typo in librstpkg tests, allowed by old parser
This commit is contained in:
parent
41af279233
commit
cdf4d4bcdd
@ -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…
Reference in New Issue
Block a user