]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/osx-frameworks.rs
move an `assert!` to the right place
[rust.git] / src / test / ui / osx-frameworks.rs
index 31b853e24fe5bae1c57975f5ee76698a685954a9..958183ec0d73eea33e81cca48308c663a1535937 100644 (file)
@@ -2,6 +2,6 @@
 
 #[link(name = "foo", kind = "framework")]
 extern "C" {}
-//~^^ ERROR: native frameworks are only available on macOS
+//~^^ ERROR: link kind `framework` is only supported on Apple targets
 
 fn main() {}