rust/tests/ui/runtime/on-broken-pipe
Martin Nordholts 1132454616 tests/ui/runtime/on-broken-pipe/with-rustc_main.rs: Not needed so remove
It was added in ddee45e1d7 when SIGPIPE was controlled with an
attribute on `fn main()` which meant it could also be combined with
`#[rustc_main]`:

    #[unix_sigpipe = "sig_dfl"]
    #[rustc_main]
    fn rustc_main() {

It stopped being needed cde0cde151 when `#[unix_sigpipe = "..."]` was
replaced by `-Zon-broken-pipe=...`. And it will not be needed when
`-Zon-broken-pipe=...` is replaced by an Externally Implementable Item.
Let's remove this test.
2026-01-07 06:03:51 +01:00
..
auxiliary Use sa_sigaction instead of sa_union.__su_sigaction for AIX. 2025-03-12 10:39:09 -04:00
child-processes.rs Fix test suite in iOS/tvOS/watchOS/visionOS simulator 2025-09-19 13:55:03 +02:00
default.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
default.stderr Change SIGPIPE ui from #[unix_sigpipe = "..."] to -Zon-broken-pipe=... 2024-05-02 19:48:29 +02:00
error.rs Add only-unix to sigpipe tests 2024-05-20 11:13:10 -04:00
inherit.rs Fix test suite in iOS/tvOS/watchOS/visionOS simulator 2025-09-19 13:55:03 +02:00
kill.rs Add only-unix to sigpipe tests 2024-05-20 11:13:10 -04:00
no-flag-arg.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
no-flag-arg.stderr Change SIGPIPE ui from #[unix_sigpipe = "..."] to -Zon-broken-pipe=... 2024-05-02 19:48:29 +02:00
not-used.rs Add only-unix to sigpipe tests 2024-05-20 11:13:10 -04:00
wrong-flag-arg.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
wrong-flag-arg.stderr Change SIGPIPE ui from #[unix_sigpipe = "..."] to -Zon-broken-pipe=... 2024-05-02 19:48:29 +02:00