diff options
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r-- | cli/global_state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs index 2dfec4a72..77f486904 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -314,8 +314,8 @@ fn thread_safe() { #[test] fn test_should_allow_js() { + use crate::ast::Location; use crate::module_graph::ImportDescriptor; - use crate::swc_util::Location; assert!(should_allow_js(&[ &ModuleGraphFile { |