Skip to content

Commit 8be556a

Browse files
kulpemilio
authored andcommitted
tests: Remove clang-3.9 expectations
1 parent c4532e0 commit 8be556a

20 files changed

+0
-651
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@ testing_only_extra_assertions = []
8484
testing_only_libclang_9 = []
8585
testing_only_libclang_5 = []
8686
testing_only_libclang_4 = []
87-
testing_only_libclang_3_9 = []

bindgen-integration/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ 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"]
2121
testing_only_libclang_4 = ["bindgen/testing_only_libclang_4"]
22-
testing_only_libclang_3_9 = ["bindgen/testing_only_libclang_3_9"]

src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ fn clang_version_check() {
2525
Some((5, 0))
2626
} else if cfg!(feature = "testing_only_libclang_4") {
2727
Some((4, 0))
28-
} else if cfg!(feature = "testing_only_libclang_3_9") {
29-
Some((3, 9))
3028
} else {
3129
None
3230
};

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-3.9",
1312
"libclang-4",
1413
"libclang-5",
1514
"libclang-9",

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

-11
This file was deleted.

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

-35
This file was deleted.

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

-60
This file was deleted.

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

-29
This file was deleted.

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

-27
This file was deleted.

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

-9
This file was deleted.

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

-65
This file was deleted.

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

-52
This file was deleted.

0 commit comments

Comments
 (0)