diff --git a/tests/run-pass/linux-getrandom.rs b/tests/run-pass/linux-getrandom.rs index 8da2ce46fe7d..f582a282c59b 100644 --- a/tests/run-pass/linux-getrandom.rs +++ b/tests/run-pass/linux-getrandom.rs @@ -1,5 +1,5 @@ // Unfortunately, compiletest_rs does not support 'only-linux', -// so we need to ignore Windows and OS X instead +// so we need to ignore Windows and macOS instead. // ignore-macos: Uses Linux-only APIs // ignore-windows: Uses Linux-only APIs #![feature(rustc_private)]