Skip to content

Commit e42ee24

Browse files
Remove warnings in test cases.
1 parent 55d8404 commit e42ee24

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1717
// DEALINGS IN THE SOFTWARE.
1818

19+
#pragma warning disable CS9113
20+
1921
using System;
2022
using System.Collections.Generic;
2123

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma warning disable CS9124
2+
13
using System;
24

35
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma warning disable CS9124
2+
13
using System;
24
using System.Collections.Generic;
35

0 commit comments

Comments
 (0)