[corlib] Reduce the warning spew our testsuite produces.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 15 May 2017 23:20:14 +0000 (16:20 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 15 May 2017 23:20:14 +0000 (16:20 -0700)
mcs/class/corlib/Test/System/DecimalTest-Microsoft.cs

index 261e9b5692537a0593711614e27b619b917e3637..c168a31e4267f0059f18815f65a7b5043ff16872 100644 (file)
@@ -14,6 +14,8 @@ using System.Runtime.CompilerServices;
 using System.Threading;
 using System.Collections.Generic;
 
+#pragma warning disable CS1718
+
 namespace MonoTests.System
 {
        [TestFixture]