summaryrefslogtreecommitdiff
path: root/tests/stylo_sanity.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/stylo_sanity.rs
parent4ea1e21bccfd33d79a9244a849d1de0f8ac42b3b (diff)
Remove testing_only_libclang_3_8 and expectations
Diffstat (limited to 'tests/stylo_sanity.rs')
-rwxr-xr-xtests/stylo_sanity.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/stylo_sanity.rs b/tests/stylo_sanity.rs
index 3f59275c..88d87adb 100755
--- a/tests/stylo_sanity.rs
+++ b/tests/stylo_sanity.rs
@@ -14,11 +14,7 @@ extern crate bindgen;
/// how long bindings generation takes for Stylo. Stylo bindings generation
/// takes too long to be a proper `#[bench]`.
#[test]
-#[cfg(not(any(
- debug_assertions,
- feature = "testing_only_extra_assertions",
- feature = "testing_only_libclang_3_8"
-)))]
+#[cfg(not(any(debug_assertions, feature = "testing_only_extra_assertions",)))]
#[cfg(any(
feature = "testing_only_libclang_3_9",
feature = "testing_only_libclang_4",