Skip to content

Commit 0130b64

Browse files
shepmasterxobs
authored andcommitted
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 fdaaaf9 commit 0130b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)