diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-04-17 18:58:12 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-04-17 18:58:12 -0700 |
| commit | 35f3b6324f1dc1f68539346d6bcda69a555910da (patch) | |
| tree | cd2373ad66037f3c82edc4cdad794d6c9d1eecbe /src/librustpkg | |
| parent | 82765a0b48aa79ecd9a3fe20bf693c6e68464ef5 (diff) | |
| download | rust-35f3b6324f1dc1f68539346d6bcda69a555910da.tar.gz rust-35f3b6324f1dc1f68539346d6bcda69a555910da.zip | |
rustpkg: Remove bogus .rc file
Diffstat (limited to 'src/librustpkg')
| -rw-r--r-- | src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rc | 24 | ||||
| -rw-r--r-- | src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rs | 2 |
2 files changed, 1 insertions, 25 deletions
diff --git a/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rc b/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rc deleted file mode 100644 index 55261a82098..00000000000 --- a/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rc +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright 2013 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - -/* -The test runner should check that, after `rustpkg build fancy-lib`: - * testsuite/fancy-lib/build/ exists - * testsuite/fancy-lib/build/ contains a file called generated.rs - * testsuite/fancy-lib/build/ contains a library named libfancy_lib - * testsuite/fancy-lib/build/ does not contain an executable - * -*/ - -extern mod std; - -pub mod foo; -pub mod bar; -#[path = "build/generated.rs"] pub mod generated; diff --git a/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rs b/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rs index 16c384ad8b8..55261a82098 100644 --- a/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rs +++ b/src/librustpkg/testsuite/pass/fancy-lib/fancy-lib.rs @@ -21,4 +21,4 @@ extern mod std; pub mod foo; pub mod bar; -pub mod generated; +#[path = "build/generated.rs"] pub mod generated; |
