summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_lint/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_lint/src/tests.rs')
-rw-r--r--compiler/rustc_lint/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/tests.rs b/compiler/rustc_lint/src/tests.rs
index fc9d6f636..4fd054cb7 100644
--- a/compiler/rustc_lint/src/tests.rs
+++ b/compiler/rustc_lint/src/tests.rs
@@ -1,4 +1,4 @@
-use crate::context::parse_lint_and_tool_name;
+use crate::levels::parse_lint_and_tool_name;
use rustc_span::{create_default_session_globals_then, Symbol};
#[test]