Skip to content

Commit

Permalink
Simplify regression test
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
  • Loading branch information
teryror and Joshua Nelson authored Jan 12, 2021
1 parent 0401a99 commit f3c8f29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/test/rustdoc/issue-80893.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// compile-flags: --test -Z unstable-options --test-builder true --runtool true
// compile-flags: --test -Z unstable-options --test-builder true

/// ```
/// This does not compile, but specifying a custom --test-builder should let this pass anyway
/// `true` does not generate an output file to run, so we also specify it as a runtool
/// ```no_run
/// This tests that `--test-builder` is accepted as a flag by rustdoc.
/// ```
pub struct Foo;

0 comments on commit f3c8f29

Please sign in to comment.