Преглед изворни кода

Fix double occurence of AppendPrependBenchmark.

Daniel C. Weber пре 7 година
родитељ
комит
a2113c20f1
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Program.cs

+ 0 - 1
Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Program.cs

@@ -22,7 +22,6 @@ namespace Benchmarks.System.Reactive
                 typeof(RangeBenchmark),
                 typeof(ToObservableBenchmark),
                 typeof(RepeatBenchmark),
-                typeof(AppendPrependBenchmark),
                 typeof(ComparisonBenchmark),
                 typeof(ComparisonAsyncBenchmark)
 #if (CURRENT)