Move some rustdoc-ui tests to subdirectories
This commit is contained in:
parent
572c0d553f
commit
5fa975142f
145 changed files with 40 additions and 29 deletions
|
@ -0,0 +1,10 @@
|
|||
// compile-flags:--test --test-args=--test-threads=1
|
||||
// normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
|
||||
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
|
||||
// check-pass
|
||||
|
||||
/// ```
|
||||
/// #![deprecated(since = "5.2", note = "foo was rarely used. \
|
||||
/// Users should instead use bar")]
|
||||
/// ```
|
||||
pub fn f() {}
|
Loading…
Add table
Add a link
Reference in a new issue