diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-03-22 13:13:15 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-03-23 14:40:26 -0700 |
| commit | 8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a (patch) | |
| tree | d2cb1326e0e65d1a271f77452f3ad1b64386d7ad /src/test/run-pass/expr-block.rs | |
| parent | e9019101a82dd7f61dcdcd52bcc0123d5ed25d22 (diff) | |
rustdoc: Replace no-pretty-expanded with pretty-expanded
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
Diffstat (limited to 'src/test/run-pass/expr-block.rs')
| -rw-r--r-- | src/test/run-pass/expr-block.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/expr-block.rs b/src/test/run-pass/expr-block.rs index ee1d955b0d3..dd4c4d0cd73 100644 --- a/src/test/run-pass/expr-block.rs +++ b/src/test/run-pass/expr-block.rs @@ -13,6 +13,8 @@ // Tests for standalone blocks as expressions +// pretty-expanded FIXME #23616 + fn test_basic() { let rs: bool = { true }; assert!((rs)); } struct RS { v1: int, v2: int } |
