Rename issue-\d+.rs tests to have meaningful names
This commit is contained in:
parent
a198aff4a4
commit
9266270ef5
24 changed files with 1 additions and 1 deletions
9
tests/rustdoc/src-mod-path-absolute-26995.rs
Normal file
9
tests/rustdoc/src-mod-path-absolute-26995.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
// ignore-windows
|
||||
// compile-flags: --no-defaults
|
||||
|
||||
#![crate_name="issue_26995"]
|
||||
|
||||
// @has src/issue_26995/dev/null.html
|
||||
// @has issue_26995/null/index.html '//a/@href' '../../src/issue_26995/dev/null.html'
|
||||
#[path="/dev/null"]
|
||||
pub mod null;
|
Loading…
Add table
Add a link
Reference in a new issue