Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
1
tests/run-make/rustdoc-scrape-examples-remap/src/a.rs
Normal file
1
tests/run-make/rustdoc-scrape-examples-remap/src/a.rs
Normal file
|
@ -0,0 +1 @@
|
|||
pub fn foo() {}
|
8
tests/run-make/rustdoc-scrape-examples-remap/src/lib.rs
Normal file
8
tests/run-make/rustdoc-scrape-examples-remap/src/lib.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
// @has foobar/b/fn.foo.html '//*[@class="scraped-example expanded"]' 'ex.rs'
|
||||
// @has foobar/c/fn.foo.html '//*[@class="scraped-example expanded"]' 'ex.rs'
|
||||
|
||||
#[path = "a.rs"]
|
||||
pub mod b;
|
||||
|
||||
#[path = "a.rs"]
|
||||
pub mod c;
|
Loading…
Add table
Add a link
Reference in a new issue