diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-08 16:27:10 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-08 17:21:34 -0700 |
| commit | ec7c800d2fc0dc5918d325ae68d88c9708d20259 (patch) | |
| tree | 9b87dbea073375ff8f0477abdbd459c02e84bed6 /src/test/run-pass/nested-function-names-issue-8587.rs | |
| parent | 65e3f0325a64d8f1affa146b3575a4b7c90458d7 (diff) | |
| download | rust-ec7c800d2fc0dc5918d325ae68d88c9708d20259.tar.gz rust-ec7c800d2fc0dc5918d325ae68d88c9708d20259.zip | |
Remove pretty-expanded from failing tests
This commit removes pretty-expanded from all tests that wind up calling panic! one way or another now that its internals are unstable.
Diffstat (limited to 'src/test/run-pass/nested-function-names-issue-8587.rs')
| -rw-r--r-- | src/test/run-pass/nested-function-names-issue-8587.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/nested-function-names-issue-8587.rs b/src/test/run-pass/nested-function-names-issue-8587.rs index 28f3438f986..24b1f5ac75e 100644 --- a/src/test/run-pass/nested-function-names-issue-8587.rs +++ b/src/test/run-pass/nested-function-names-issue-8587.rs @@ -13,7 +13,6 @@ // // Issue #8587 -// pretty-expanded FIXME #23616 pub struct X; |
