diff options
| author | John Clements <clements@racket-lang.org> | 2013-04-28 23:00:48 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2013-04-28 23:01:41 -0700 |
| commit | cdf4d4bcddc7331239237ff9a667c724836ac4fa (patch) | |
| tree | 144f7e116e4a2f30f05b34dee2feed496037c1e4 /src | |
| parent | 41af2792333fe739abb899c6815005b08674ff21 (diff) | |
| download | rust-cdf4d4bcddc7331239237ff9a667c724836ac4fa.tar.gz rust-cdf4d4bcddc7331239237ff9a667c724836ac4fa.zip | |
fix typo in librstpkg tests, allowed by old parser
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustpkg/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
