Skip to content

Commit 1d19c2c

Browse files
committed
rustdoc: move invalid langstring test to UI
1 parent 7c4150f commit 1d19c2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/rustdoc/doctest/doctest-no-run-invalid-langstring-124577.rs tests/rustdoc-ui/doctest/doctest-no-run-invalid-langstring-124577.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags:--test
2+
//@ check-pass
23
#![allow(rustdoc::invalid_codeblock_attributes)]
34

45
// https://github.com/rust-lang/rust/pull/124577#issuecomment-2276034737
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
running 0 tests
3+
4+
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5+

0 commit comments

Comments
 (0)