Ignore this block code because of OSX failure

This commit is contained in:
ggomez 2016-09-08 16:08:47 +02:00
parent 7c53eb97df
commit d4c6a61c44

View File

@ -32,7 +32,7 @@ as frameworks are specific to that operating system.
Erroneous code example:
```compile_fail,E0455
```ignore
#[link(name = "FooCoreServices", kind = "framework")] extern {}
// OS used to compile is Linux for example
```