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 a1d4af86c..daabcf519 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -313,8 +313,8 @@ fn thread_safe() { #[test] fn test_should_allow_js() { - use crate::doc::Location; use crate::module_graph::ImportDescriptor; + use crate::swc_util::Location; assert!(should_allow_js(&[ &ModuleGraphFile { |