summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/stylo_sanity.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stylo_sanity.rs b/tests/stylo_sanity.rs
index 5120f5a2..56bfcaa8 100755
--- a/tests/stylo_sanity.rs
+++ b/tests/stylo_sanity.rs
@@ -25,6 +25,7 @@ fn sanity_check_can_generate_stylo_bindings() {
let then = Instant::now();
bindgen::builder()
+ .time_phases(true)
.header(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/stylo.hpp"))
.whitelisted_function("Servo_.*")
.whitelisted_function("Gecko_.*")