diff options
| author | jyn <github@jyn.dev> | 2023-04-29 04:08:33 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-04-29 11:36:19 -0500 |
| commit | 5fa975142f98939222e12e8ca1338185cc7feb1c (patch) | |
| tree | d5f805c3ec219937a0f173ae7f274089af2ac2e0 /tests/rustdoc-ui/failed-doctest-missing-codes.rs | |
| parent | 572c0d553f2bd1b934b08fe240310112369a5c76 (diff) | |
| download | rust-5fa975142f98939222e12e8ca1338185cc7feb1c.tar.gz rust-5fa975142f98939222e12e8ca1338185cc7feb1c.zip | |
Move some rustdoc-ui tests to subdirectories
Diffstat (limited to 'tests/rustdoc-ui/failed-doctest-missing-codes.rs')
| -rw-r--r-- | tests/rustdoc-ui/failed-doctest-missing-codes.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/rustdoc-ui/failed-doctest-missing-codes.rs b/tests/rustdoc-ui/failed-doctest-missing-codes.rs deleted file mode 100644 index 66a229a0c75..00000000000 --- a/tests/rustdoc-ui/failed-doctest-missing-codes.rs +++ /dev/null @@ -1,12 +0,0 @@ -// FIXME: if/when the output of the test harness can be tested on its own, this test should be -// adapted to use that, and that normalize line can go away - -// compile-flags:--test -// normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR" -// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME" -// failure-status: 101 - -/// ```compile_fail,E0004 -/// let x: () = 5i32; -/// ``` -pub struct Foo; |
