test - Add missing ! to crate_type/crate_id attributes
This commit is contained in:
parent
d337f345ca
commit
ba70ecc414
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
#![feature(libc)]
|
||||
|
||||
#[crate_id = "check_static_recursion_foreign_helper"]
|
||||
#[crate_type = "lib"]
|
||||
#![crate_name = "check_static_recursion_foreign_helper"]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue