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
13
tests/rustdoc/src-link-external-macro-26606.rs
Normal file
13
tests/rustdoc/src-link-external-macro-26606.rs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// aux-build:issue-26606-macro.rs
|
||||
// ignore-cross-compile
|
||||
// build-aux-docs
|
||||
|
||||
#![crate_name="issue_26606"]
|
||||
|
||||
// @has issue_26606_macro/macro.make_item.html
|
||||
#[macro_use]
|
||||
extern crate issue_26606_macro;
|
||||
|
||||
// @has issue_26606/constant.FOO.html
|
||||
// @has - '//a[@href="../src/issue_26606/src-link-external-macro-26606.rs.html#13"]' 'source'
|
||||
make_item!(FOO);
|
Loading…
Add table
Add a link
Reference in a new issue