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
+2 -2
View File
@@ -32,8 +32,8 @@
Erroneous code example:
```compile_fail,E0455
#[link(name = "FooCoreServices", kind = "framework")] extern {}
```ignore
#[link(name = "FooCoreServices", kind = "framework")] extern {}
// OS used to compile is Linux for example
```