diff options
Diffstat (limited to 'tests/unit/style/parsing/text_overflow.rs')
-rw-r--r-- | tests/unit/style/parsing/text_overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/style/parsing/text_overflow.rs b/tests/unit/style/parsing/text_overflow.rs index d694351750f..838e5d765fa 100644 --- a/tests/unit/style/parsing/text_overflow.rs +++ b/tests/unit/style/parsing/text_overflow.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use parsing::parse; +use crate::parsing::parse; use style_traits::ToCss; #[test] |