diff options
| author | Jake Goulding <jake.goulding@gmail.com> | 2023-10-31 15:47:59 -0400 |
|---|---|---|
| committer | Jake Goulding <jake.goulding@gmail.com> | 2023-11-08 08:53:58 -0500 |
| commit | 469d34b39b5d5be623850a3500c1e3a226180b41 (patch) | |
| tree | 91fd84ffc0c8fa46b1de70b8eeaebdb6a378e27d | |
| parent | fab1054e1742790c22ccc92a625736d658363677 (diff) | |
| download | rust-469d34b39b5d5be623850a3500c1e3a226180b41.tar.gz rust-469d34b39b5d5be623850a3500c1e3a226180b41.zip | |
Mark Rustdoc test as Linux-only
Due to incorrect CI configuration, this test was not being run on macOS. aarch64-apple-darwin will start running it, so we correct the configuration.
| -rw-r--r-- | tests/rustdoc-ui/issues/issue-107918.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-ui/issues/issue-107918.rs b/tests/rustdoc-ui/issues/issue-107918.rs index 13788df0fc9..0ddb3dc9215 100644 --- a/tests/rustdoc-ui/issues/issue-107918.rs +++ b/tests/rustdoc-ui/issues/issue-107918.rs @@ -1,7 +1,7 @@ // aux-build:panic-handler.rs // compile-flags: --document-private-items // build-pass -// ignore-windows +// only-linux #![no_std] #![no_main] |
