diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-05-12 16:50:57 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-05-14 12:25:19 -0400 |
| commit | ffcc680f9cc26b5b2cb2f453a89dbcf8144f8b9b (patch) | |
| tree | 8f3f8634548c02309d281d6cdbfd7b34b7ea8c9d /src/librustpkg/rustpkg.rc | |
| parent | 5614e83e817a1d15286a1d4eeb6b665ddf5fe3cb (diff) | |
| download | rust-ffcc680f9cc26b5b2cb2f453a89dbcf8144f8b9b.tar.gz rust-ffcc680f9cc26b5b2cb2f453a89dbcf8144f8b9b.zip | |
Fix test fallout from removing vecs_implicitly_copyable
Diffstat (limited to 'src/librustpkg/rustpkg.rc')
| -rw-r--r-- | src/librustpkg/rustpkg.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustpkg/rustpkg.rc b/src/librustpkg/rustpkg.rc index 54713a66c0c..884f0a73589 100644 --- a/src/librustpkg/rustpkg.rc +++ b/src/librustpkg/rustpkg.rc @@ -41,6 +41,7 @@ use context::Ctx; mod conditions; mod context; mod path_util; +#[cfg(test)] mod tests; mod util; mod workspace; |
