Skip to content

Commit 0e8cafc

Browse files
committed
Remove additional tests.
1 parent 955876c commit 0e8cafc

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

analysis/tests/src/Completion.res

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -364,14 +364,3 @@ let _ = x =>
364364
// ^com
365365
| _ => 4
366366
}
367-
368-
// let _ = x => switch x { | T
369-
// ^com
370-
371-
let _ = x =>
372-
switch x {
373-
// | T
374-
// ^com
375-
| _ if false => 4
376-
| _ => 4
377-
}

analysis/tests/src/expected/Completion.res.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,18 +1391,3 @@ posCursor:[362:8] posNoWhite:[362:7] Found pattern:[362:7->362:8]
13911391
XXX Ppat_construct T:[362:7->362:8]
13921392
[]
13931393

1394-
Complete tests/src/Completion.res 367:30
1395-
posCursor:[367:30] posNoWhite:[367:29] Found expr:[367:11->376:3]
1396-
posCursor:[367:30] posNoWhite:[367:29] Found expr:[367:16->376:3]
1397-
posCursor:[367:30] posNoWhite:[367:29] Found pattern:[367:29->367:30]
1398-
XXX Ppat_construct T:[367:29->367:30]
1399-
[]
1400-
1401-
Complete tests/src/Completion.res 372:8
1402-
posCursor:[372:8] posNoWhite:[372:7] Found expr:[370:8->376:3]
1403-
posCursor:[372:8] posNoWhite:[372:7] Found expr:[371:2->376:3]
1404-
posCursor:[372:8] posNoWhite:[372:7] Found pattern:[372:7->374:5]
1405-
posCursor:[372:8] posNoWhite:[372:7] Found pattern:[372:7->372:8]
1406-
XXX Ppat_construct T:[372:7->372:8]
1407-
[]
1408-

0 commit comments

Comments
 (0)