mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
move dummy test module to auxiliary directory
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#[allow(dead_code)]
|
||||
pub struct Dummy;
|
||||
@@ -1 +0,0 @@
|
||||
pub struct Dummy;
|
||||
@@ -1,9 +1,9 @@
|
||||
// run-pass
|
||||
|
||||
#[path = "dummy.rs"]
|
||||
#[path = "auxiliary/dummy_lib.rs"]
|
||||
mod lib;
|
||||
|
||||
#[path = "dummy.rs"]
|
||||
#[path = "auxiliary/dummy_lib.rs"]
|
||||
mod main;
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user