Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7caf7f

Browse files
committed
FX_NO_LINQ --- dead code removal
1 parenta44a975 commitd7caf7f

File tree

1 file changed

+0
-2
lines changed
  • src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Collections

1 file changed

+0
-2
lines changed

‎src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Collections/SeqModule2.fs‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,15 +573,13 @@ type SeqModule2() =
573573
memberthis.SingletonCollectWithException()=
574574
this.MapWithExceptionTester(fun f-> Seq.collect(f>> Seq.singleton))
575575

576-
#if!FX_NO_LINQ
577576
[<Test>]
578577
memberthis.SystemLinqSelectWithSideEffects()=
579578
this.MapWithSideEffectsTester(fun f s-> System.Linq.Enumerable.Select(s, Func<_,_>(f)))false
580579

581580
[<Test>]
582581
memberthis.SystemLinqSelectWithException()=
583582
this.MapWithExceptionTester(fun f s-> System.Linq.Enumerable.Select(s, Func<_,_>(f)))
584-
#endif
585583

586584
[<Test>]
587585
memberthis.MapiWithSideEffects()=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp