Skip to content

Commit f479289

Browse files
committed
move dummy test module to auxiliary directory
1 parent c08f460 commit f479289

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#[allow(dead_code)]
2+
pub struct Dummy;

src/test/ui/modules/dummy.rs

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// run-pass
22

3-
#[path = "dummy.rs"]
3+
#[path = "auxiliary/dummy_lib.rs"]
44
mod lib;
55

6-
#[path = "dummy.rs"]
6+
#[path = "auxiliary/dummy_lib.rs"]
77
mod main;
88

99
fn main() {}

0 commit comments

Comments
 (0)