Skip to content

Commit cdf4d4b

Browse files
committed
fix typo in librstpkg tests, allowed by old parser
1 parent 41af279 commit cdf4d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustpkg/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn test_make_dir_rwx() {
6666
fn test_install_valid() {
6767
let ctxt = fake_ctxt();
6868
let temp_pkg_id = fake_pkg();
69-
let temp_workspace() = mk_temp_workspace();
69+
let temp_workspace = mk_temp_workspace();
7070
// should have test, bench, lib, and main
7171
ctxt.install(&temp_workspace, temp_pkg_id);
7272
// Check that all files exist

0 commit comments

Comments
 (0)