diff options
Diffstat (limited to 'tests/unit/script/headers.rs')
-rw-r--r-- | tests/unit/script/headers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/headers.rs b/tests/unit/script/headers.rs index a08b82b5dfa..ae0df0eff2b 100644 --- a/tests/unit/script/headers.rs +++ b/tests/unit/script/headers.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 script::test::{ByteString, normalize_value}; +use script::test::{normalize_value, ByteString}; #[test] fn test_normalize_empty_bytestring() { |