Skip to content

Commit 78e468b

Browse files
committed
remove unused test case
1 parent 1b65fea commit 78e468b

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

analysis/tests/src/CompletionFunctionArguments.res

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,5 @@ let someFnTakingVariant = (
5151
// let _ = someFnTakingVariant(S)
5252
// ^com
5353

54-
// let _ = someFnTakingVariant(~configOpt=O)
55-
// ^com
56-
5754
// let _ = someFnTakingVariant(~configOpt2=O)
5855
// ^com

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,9 @@ Completable: Value[someFnTakingVariant]($0=S)
128128
"documentation": null
129129
}]
130130

131-
Complete src/CompletionFunctionArguments.res 53:43
132-
posCursor:[53:43] posNoWhite:[53:42] Found expr:[53:11->53:44]
133-
Pexp_apply ...[53:11->53:30] (~configOpt53:32->53:41=...[53:42->53:43])
134-
Completable: Value[someFnTakingVariant](~configOpt=O)
135-
[]
136-
137-
Complete src/CompletionFunctionArguments.res 56:44
138-
posCursor:[56:44] posNoWhite:[56:43] Found expr:[56:11->56:45]
139-
Pexp_apply ...[56:11->56:30] (~configOpt256:32->56:42=...[56:43->56:44])
131+
Complete src/CompletionFunctionArguments.res 53:44
132+
posCursor:[53:44] posNoWhite:[53:43] Found expr:[53:11->53:45]
133+
Pexp_apply ...[53:11->53:30] (~configOpt253:32->53:42=...[53:43->53:44])
140134
Completable: Value[someFnTakingVariant](~configOpt2=O)
141135
[{
142136
"label": "One",

0 commit comments

Comments
 (0)