about summary refs log tree commit diff
path: root/src/test/compile-fail/allocator-dylib-is-system.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/allocator-dylib-is-system.rs')
-rw-r--r--src/test/compile-fail/allocator-dylib-is-system.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/allocator-dylib-is-system.rs b/src/test/compile-fail/allocator-dylib-is-system.rs
index 4c576de2202..31009554c69 100644
--- a/src/test/compile-fail/allocator-dylib-is-system.rs
+++ b/src/test/compile-fail/allocator-dylib-is-system.rs
@@ -30,7 +30,7 @@ extern crate allocator_dylib;
 // that this just passes on those platforms we link in some other allocator to
 // ensure we get the same error.
 //
-// So long as we CI linux/OSX we should be good.
+// So long as we CI linux/macOS we should be good.
 #[cfg(any(target_os = "linux", target_os = "macos"))]
 extern crate alloc_jemalloc;
 #[cfg(not(any(target_os = "linux", target_os = "macos")))]