Skip to content

Commit 76b974a

Browse files
KrzysFRabdullin
authored andcommitted
Re-enable tuple serialization tests for ValueTuple
1 parent 83be1a7 commit 76b974a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

FoundationDB.Tests/Utils/TuPackFacts.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
2626
*/
2727
#endregion
2828

29-
//#define ENABLE_VALUETUPLE
30-
3129
// ReSharper disable AccessToModifiedClosure
3230
namespace Doxense.Collections.Tuples.Tests
3331
{
@@ -2157,8 +2155,6 @@ void ITupleFormattable.FromTuple(ITuple tuple)
21572155
}
21582156
}
21592157

2160-
#if ENABLE_VALUETUPLES
2161-
21622158
[Test]
21632159
public void Test_TuPack_ValueTuple_Pack()
21642160
{
@@ -2202,8 +2198,6 @@ public void Test_TuPack_ValueTuple_Pack()
22022198

22032199
}
22042200

2205-
#endif
2206-
22072201
}
22082202

22092203

0 commit comments

Comments
 (0)