summaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 4cf39460..f8419b53 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -144,8 +144,6 @@ fn compare_generated_header(
expectation.push("libclang-4");
} else if cfg!(feature = "testing_only_libclang_3_9") {
expectation.push("libclang-3.9");
- } else if cfg!(feature = "testing_only_libclang_3_8") {
- expectation.push("libclang-3.8");
} else {
match clang_version().parsed {
None => {}