diff options
Diffstat (limited to 'tests/tests.rs')
-rw-r--r-- | tests/tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests.rs b/tests/tests.rs index 092824f1..ee4783eb 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -339,11 +339,9 @@ fn test_clang_env_args() { let (expected, _) = rustfmt("/* automatically generated by rust-bindgen */ extern \"C\" { - #[link_name = \"\\u{1}x\"] pub static mut x: [::std::os::raw::c_int; 1usize]; } extern \"C\" { - #[link_name = \"\\u{1}y\"] pub static mut y: [::std::os::raw::c_int; 1usize]; } ".to_string()); |