diff options
author | Darren Kulp <darren@kulp.ch> | 2020-06-23 15:50:42 -0700 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-02-18 19:33:25 +0100 |
commit | 8be556a08ee967fea301a2298831ff829f2db061 (patch) | |
tree | f99e17f426effc8ad100db120ecd45b853e655d4 /tests/tests.rs | |
parent | c4532e0c1756e2df1c20dd67b781582f4289709b (diff) |
tests: Remove clang-3.9 expectations
Diffstat (limited to 'tests/tests.rs')
-rw-r--r-- | tests/tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tests.rs b/tests/tests.rs index ac0106ad..274c5683 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -143,8 +143,6 @@ fn compare_generated_header( expectation.push("libclang-5"); } else if cfg!(feature = "testing_only_libclang_4") { expectation.push("libclang-4"); - } else if cfg!(feature = "testing_only_libclang_3_9") { - expectation.push("libclang-3.9"); } else { match clang_version().parsed { None => expectation.push("libclang-9"), |