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 1df27cb commit 815b9f5Copy full SHA for 815b9f5
tests/service/CSharpProjectAnalysis.fs
@@ -159,3 +159,5 @@ open FSharp.Compiler.Service.Tests.Linq
159
match stringSymbols with
160
| e1 :: e2 :: [] -> e1.IsEffectivelySameAs(e2) |> should be False
161
| _ -> sprintf "Expecting two symbols, got %A" stringSymbols |> failwith
162
+
163
+#endif
0 commit comments