Skip to content

Commit 4562faa

Browse files
committed
fix tests
1 parent 6425f0f commit 4562faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/ProjectAnalysisTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ let attribsOfSymbol (s:FSharpSymbol) =
8888
if v.IsImplicitConstructor then yield "ctor"
8989
if v.IsMutable then yield "mutable"
9090
if v.IsOverrideOrExplicitInterfaceImplementation then yield "overridemem"
91-
if v.IsInstanceMember && not v.IsInstanceMemberInCompiledCode then yield "funky"
91+
if v.IsInstanceMember && not v.IsInstanceMemberInCompiledCode && not v.IsExtensionMember then yield "funky"
9292
if v.IsExplicitInterfaceImplementation then yield "intfmem"
9393
// if v.IsConstructorThisValue then yield "ctorthis"
9494
// if v.IsMemberThisValue then yield "this"

0 commit comments

Comments
 (0)