summaryrefslogtreecommitdiff
path: root/tests/test_decl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_decl.rs')
-rw-r--r--tests/test_decl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_decl.rs b/tests/test_decl.rs
index 6858d416..58f7faba 100644
--- a/tests/test_decl.rs
+++ b/tests/test_decl.rs
@@ -4,7 +4,7 @@ use support::assert_bind_eq;
fn ptr_to_array() {
assert_bind_eq(Default::default(), "headers/decl_ptr_to_array.h", "
extern \"C\" {
- pub static mut foo: [::std::os::raw::c_int; 1usize];
+ pub static mut foo: [i32; 1usize];
}
");
}