summaryrefslogtreecommitdiff
path: root/tests/expectations/func_with_func_ptr_arg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expectations/func_with_func_ptr_arg.rs')
-rw-r--r--tests/expectations/func_with_func_ptr_arg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expectations/func_with_func_ptr_arg.rs b/tests/expectations/func_with_func_ptr_arg.rs
index 4ac25286..b6e345f6 100644
--- a/tests/expectations/func_with_func_ptr_arg.rs
+++ b/tests/expectations/func_with_func_ptr_arg.rs
@@ -5,5 +5,5 @@
extern "C" {
- pub fn foo(bar: ::std::option::Option<unsafe extern "C" fn()>);
+ pub fn foo(bar: *mut ::std::option::Option<unsafe extern "C" fn()>);
}