We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cbd10 commit 9d5e36aCopy full SHA for 9d5e36a
src/fsharp/FSharp.Core.Unittests/FSharp.Core/PrimTypes.fs
@@ -630,7 +630,7 @@ type CompilationRepresentationFlagsEnum() =
630
631
[<Test>]
632
member this.Getvalue() =
633
- let names = [| "None";"Static";"Instance";"ModuleSuffix";"UseNullAsTrueValue";"Event" |]
+ let names = [| "None";"Static";"Instance";"ModuleSuffix";"UseNullAsTrueValue";"Event";"UseVirtualTag" |]
634
Assert.AreEqual(names, SourceConstructFlags.GetNames(typeof<CompilationRepresentationFlags>))
635
#endif
636
0 commit comments