Skip to content

Commit 720293e

Browse files
committed
test: fix expected generated static fn in namespace
1 parent 2deeabe commit 720293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen-tests/tests/expectations/tests/generated/wrap_static_fns.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ void wrap_as_variadic_fn2__extern(int i, ...) {
3030
wrap_as_variadic_fn2(i, ap);
3131
va_end(ap);
3232
}
33-
int foo__extern(void) { return foo(); }
33+
int qux_foo__extern(void) { return qux::foo(); }

0 commit comments

Comments
 (0)