Skip to content

Commit 02b3785

Browse files
update codeblock-title test with new notice text
1 parent 1ec9b3b commit 02b3785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/codeblock-title.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
// ignore-tidy-linelength
1414

15-
// @has foo/fn.bar.html '//*[@class="tooltip compile_fail"]/span' "This code doesn't compile so be extra careful!"
16-
// @has foo/fn.bar.html '//*[@class="tooltip ignore"]/span' "Be careful when using this code, it's not being tested!"
15+
// @has foo/fn.bar.html '//*[@class="tooltip compile_fail"]/span' "This example deliberately fails to compile"
16+
// @has foo/fn.bar.html '//*[@class="tooltip ignore"]/span' "This example is not tested"
1717

1818
/// foo
1919
///

0 commit comments

Comments
 (0)