Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILCompiler.MetadataTransform/tests/SimpleTests.cs')
-rw-r--r--src/ILCompiler.MetadataTransform/tests/SimpleTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ILCompiler.MetadataTransform/tests/SimpleTests.cs b/src/ILCompiler.MetadataTransform/tests/SimpleTests.cs
index b1d6d06a6..e3035321e 100644
--- a/src/ILCompiler.MetadataTransform/tests/SimpleTests.cs
+++ b/src/ILCompiler.MetadataTransform/tests/SimpleTests.cs
@@ -10,6 +10,8 @@ using Cts = Internal.TypeSystem;
using Xunit;
+#pragma warning disable xUnit2013 // Do not use Assert.Equal() to check for collection size
+
namespace MetadataTransformTests
{
public class SimpleTests