Skip to content

Commit 8982526

Browse files
committed
Remove testing_only_libclang_4 and expectations
1 parent 8a88602 commit 8982526

19 files changed

+0
-619
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@ testing_only_docs = []
8383
testing_only_extra_assertions = []
8484
testing_only_libclang_9 = []
8585
testing_only_libclang_5 = []
86-
testing_only_libclang_4 = []

bindgen-integration/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ testing_only_docs = ["bindgen/testing_only_docs"]
1818
testing_only_extra_assertions = ["bindgen/testing_only_extra_assertions"]
1919
testing_only_libclang_9 = ["bindgen/testing_only_libclang_9"]
2020
testing_only_libclang_5 = ["bindgen/testing_only_libclang_5"]
21-
testing_only_libclang_4 = ["bindgen/testing_only_libclang_4"]

src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ fn clang_version_check() {
2323
Some((9, 0))
2424
} else if cfg!(feature = "testing_only_libclang_5") {
2525
Some((5, 0))
26-
} else if cfg!(feature = "testing_only_libclang_4") {
27-
Some((4, 0))
2826
} else {
2927
None
3028
};

tests/expectations/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use std::io::Write;
99
use std::path::Path;
1010

1111
const LIBCLANG_VERSION_DIRS: &'static [&'static str] = &[
12-
"libclang-4",
1312
"libclang-5",
1413
"libclang-9",
1514
];

tests/expectations/tests/libclang-4/abi_variadic_function.rs

-11
This file was deleted.

tests/expectations/tests/libclang-4/auto.rs

-35
This file was deleted.

tests/expectations/tests/libclang-4/call-conv-field.rs

-60
This file was deleted.

tests/expectations/tests/libclang-4/const_bool.rs

-29
This file was deleted.

tests/expectations/tests/libclang-4/constant-evaluate.rs

-25
This file was deleted.

tests/expectations/tests/libclang-4/error-E0600-cannot-apply-unary-negation-to-u32.rs

-9
This file was deleted.

tests/expectations/tests/libclang-4/issue-769-bad-instantiation-test.rs

-67
This file was deleted.

tests/expectations/tests/libclang-4/mangling-win32.rs

-52
This file was deleted.

0 commit comments

Comments
 (0)