Skip to content

Commit

Permalink
Mark Rustdoc test as Linux-only
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shepmaster committed Nov 8, 2023
1 parent fab1054 commit 469d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-ui/issues/issue-107918.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// aux-build:panic-handler.rs
// compile-flags: --document-private-items
// build-pass
// ignore-windows
// only-linux

#![no_std]
#![no_main]
Expand Down

0 comments on commit 469d34b

Please sign in to comment.