Skip to content

Commit 662e756

Browse files
committed
fix test
1 parent 65eb347 commit 662e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/ExprTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module Utils =
6767
| BasicPatterns.UnionCaseTest(obj,ty,f1) -> printExpr 10 obj + ".Is" + f1.Name
6868
| BasicPatterns.UnionCaseTag(obj,ty) -> printExpr 10 obj + ".Tag"
6969
| BasicPatterns.ObjectExpr(ty,basecall,overrides,iimpls) -> "{ " + printExpr 10 basecall + " with " + printOverrides overrides + " " + printIimpls iimpls + " }"
70-
| BasicPatterns.TraitCall(tys,nm,argtys,tinst,args) -> "trait call " + nm + printTupledArgs args
70+
| BasicPatterns.TraitCall(tys,nm,_,argtys,tinst,args) -> "trait call " + nm + printTupledArgs args
7171
| BasicPatterns.Const(obj,ty) ->
7272
match obj with
7373
| :? string as s -> "\"" + s + "\""

0 commit comments

Comments
 (0)