Browse Source

Remove warnings in test cases.

nu/2512
Siegfried Pammer 1 month ago
parent
commit
e42ee2428f
  1. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs
  2. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3452.cs
  3. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3610.cs

2
ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs

@ -16,6 +16,8 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
#pragma warning disable CS9113
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

2
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3452.cs

@ -1,3 +1,5 @@
#pragma warning disable CS9124
using System; using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty

2
ICSharpCode.Decompiler.Tests/TestCases/Pretty/Issue3610.cs

@ -1,3 +1,5 @@
#pragma warning disable CS9124
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

Loading…
Cancel
Save