Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Move latter est_tooltip_mod_use_external to test_tooltip_std
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Dec 10, 2018
1 parent 98fbf4b commit 163cc2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/actions/hover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2095,8 +2095,6 @@ pub mod test {
Test::new("test_tooltip_mod_use_external.rs", 11, 7),
Test::new("test_tooltip_mod_use_external.rs", 12, 7),
Test::new("test_tooltip_mod_use_external.rs", 12, 12),
Test::new("test_tooltip_mod_use_external.rs", 14, 12),
Test::new("test_tooltip_mod_use_external.rs", 15, 12),
];

let cwd = env::current_dir()?;
Expand Down Expand Up @@ -2135,6 +2133,10 @@ pub mod test {
use std::env;

let tests = vec![
// these test std stuff
Test::new("test_tooltip_mod_use_external.rs", 14, 12),
Test::new("test_tooltip_mod_use_external.rs", 15, 12),

Test::new("test_tooltip_std.rs", 18, 15),
Test::new("test_tooltip_std.rs", 18, 27),
Test::new("test_tooltip_std.rs", 19, 7),
Expand Down

0 comments on commit 163cc2e

Please sign in to comment.