Skip to content

Commit 8a2296b

Browse files
committed
chore: remove test and snapshot
1 parent 7a19a00 commit 8a2296b

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

compiler-core/src/language_server/tests/action.rs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10592,21 +10592,3 @@ pub fn add_one(thing) {
1059210592
);
1059310593
}
1059410594

10595-
#[test]
10596-
fn annotate_all_top_level_definitions_dont_affect_local_vars() {
10597-
assert_code_action!(
10598-
ANNOTATE_TOP_LEVEL_TYPE_DEFINITIONS,
10599-
r#"
10600-
pub const answer = 42
10601-
10602-
pub fn add_two(thing) {
10603-
thing + 2
10604-
10605-
pub fn add_one(thing) {
10606-
let result = thing + 1
10607-
result
10608-
}
10609-
"#,
10610-
find_position_of("fn").select_until(find_position_of("("))
10611-
);
10612-
}

compiler-core/src/language_server/tests/snapshots/gleam_core__language_server__tests__action__annotate_all_top_level_definitions_dont_affect_local_vars.snap

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)