0
0
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:
John Clements 2013-04-28 23:00:48 -07:00
parent 41af279233
commit cdf4d4bcdd

View File

@ -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