summaryrefslogtreecommitdiff
path: root/test_util/src
diff options
context:
space:
mode:
Diffstat (limited to 'test_util/src')
-rw-r--r--test_util/src/factory.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/test_util/src/factory.rs b/test_util/src/factory.rs
index f11d774d4..f29b64485 100644
--- a/test_util/src/factory.rs
+++ b/test_util/src/factory.rs
@@ -1,8 +1,7 @@
-use std::collections::HashSet;
-use std::path::PathBuf;
-
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
use glob::glob;
+use std::collections::HashSet;
+use std::path::PathBuf;
/// Generate a unit test factory verified and backed by a glob.
#[macro_export]