diff options
Diffstat (limited to 'tests/unit/stylo')
-rw-r--r-- | tests/unit/stylo/servo_function_signatures.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/stylo/servo_function_signatures.rs b/tests/unit/stylo/servo_function_signatures.rs index 30d6d02439b..90d925fb1e1 100644 --- a/tests/unit/stylo/servo_function_signatures.rs +++ b/tests/unit/stylo/servo_function_signatures.rs @@ -10,6 +10,9 @@ use style::gecko_properties::*; include!(concat!(env!("OUT_DIR"), "/check_bindings.rs")); +#[path = "../../../ports/geckolib/error_reporter.rs"] +mod error_reporter; + #[path = "../../../ports/geckolib/stylesheet_loader.rs"] mod stylesheet_loader; |