From 8270a0ca766ea834032daeb67c7f32a1947ab3bd Mon Sep 17 00:00:00 2001 From: Jeff Waugh Date: Tue, 15 Nov 2016 14:37:20 +1100 Subject: Transition to libbindgen sub-crate - The root crate is the `bindgen` binary - Rust-ify the test suite, no more subprocesses! - Update Travis config to test both crates --- tests/headers/func_with_array_arg.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/headers/func_with_array_arg.h (limited to 'tests/headers/func_with_array_arg.h') diff --git a/tests/headers/func_with_array_arg.h b/tests/headers/func_with_array_arg.h deleted file mode 100644 index 1b81702b..00000000 --- a/tests/headers/func_with_array_arg.h +++ /dev/null @@ -1 +0,0 @@ -void f(int x[2]); -- cgit v1.2.3