Skip to content

Commit

Permalink
update codeblock-title test with new notice text
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Nov 13, 2017
1 parent 1ec9b3b commit 02b3785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/rustdoc/codeblock-title.rs
Expand Up @@ -12,8 +12,8 @@

// ignore-tidy-linelength

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

/// foo
///
Expand Down

0 comments on commit 02b3785

Please sign in to comment.