summaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 4824f484..7095068a 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -353,10 +353,10 @@ fn test_clang_env_args() {
"/* automatically generated by rust-bindgen */
extern \"C\" {
- pub static mut x: [::std::os::raw::c_int; 1usize];
+ pub static x: [::std::os::raw::c_int; 1usize];
}
extern \"C\" {
- pub static mut y: [::std::os::raw::c_int; 1usize];
+ pub static y: [::std::os::raw::c_int; 1usize];
}
"
.to_string(),