summaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
authorDarren Kulp <darren@kulp.ch>2020-06-23 15:48:31 -0700
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-07-20 18:55:10 +0200
commit03dbd1a3f8d80be52d6105e76e7603d9a3b939e0 (patch)
tree9034215cecaaff8763909cb3c575423c9e883a7e /tests/tests.rs
parent4ea1e21bccfd33d79a9244a849d1de0f8ac42b3b (diff)
Remove testing_only_libclang_3_8 and expectations
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 => {}