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 83be1a7 commit 76b974aCopy full SHA for 76b974a
FoundationDB.Tests/Utils/TuPackFacts.cs
@@ -26,8 +26,6 @@ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
26
*/
27
#endregion
28
29
-//#define ENABLE_VALUETUPLE
30
-
31
// ReSharper disable AccessToModifiedClosure
32
namespace Doxense.Collections.Tuples.Tests
33
{
@@ -2157,8 +2155,6 @@ void ITupleFormattable.FromTuple(ITuple tuple)
2157
2155
}
2158
2156
2159
2160
-#if ENABLE_VALUETUPLES
2161
2162
[Test]
2163
public void Test_TuPack_ValueTuple_Pack()
2164
@@ -2202,8 +2198,6 @@ public void Test_TuPack_ValueTuple_Pack()
2202
2198
2203
2199
2204
2200
2205
-#endif
2206
2207
2201
2208
2209
0 commit comments