From cdf4d4bcddc7331239237ff9a667c724836ac4fa Mon Sep 17 00:00:00 2001 From: John Clements Date: Sun, 28 Apr 2013 23:00:48 -0700 Subject: [PATCH] fix typo in librstpkg tests, allowed by old parser --- src/librustpkg/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustpkg/tests.rs b/src/librustpkg/tests.rs index 49cc875355b..bcee2992e5a 100644 --- a/src/librustpkg/tests.rs +++ b/src/librustpkg/tests.rs @@ -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