Skip to content

Commit 469d34b

Browse files
committed
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.
1 parent fab1054 commit 469d34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-ui/issues/issue-107918.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// aux-build:panic-handler.rs
22
// compile-flags: --document-private-items
33
// build-pass
4-
// ignore-windows
4+
// only-linux
55

66
#![no_std]
77
#![no_main]

0 commit comments

Comments
 (0)