Skip to content

Commit 21cbe13

Browse files
committed
Cleaning up il tests namespace doble uses
It seems there a few cases where namespaces and clases are listed twice, like a declaration and definition. IL_Transform tool does not like it and there is no need to have this so I am removing. Related PR #64837.
1 parent 03634e4 commit 21cbe13

File tree

3 files changed

+0
-123
lines changed

3 files changed

+0
-123
lines changed

src/tests/JIT/Directed/shift/int8.il

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -21,47 +21,6 @@
2121
.hash algorithm 0x00008004
2222
.ver 0:0:0:0
2323
}
24-
// MVID: {DA4EAAAA-684F-4AB1-AC9B-90B895DBBD60}
25-
.imagebase 0x00400000
26-
.subsystem 0x00000003
27-
.file alignment 512
28-
.corflags 0x00000001
29-
// Image base: 0x06e80000
30-
//
31-
// ============== CLASS STRUCTURE DECLARATION ==================
32-
//
33-
.namespace ShiftTest
34-
{
35-
.class public auto ansi beforefieldinit CL
36-
extends [mscorlib]System.Object
37-
{
38-
} // end of class CL
39-
40-
.class public sequential ansi sealed beforefieldinit VT
41-
extends [mscorlib]System.ValueType
42-
{
43-
} // end of class VT
44-
45-
.class public auto ansi beforefieldinit byte32Test
46-
extends [mscorlib]System.Object
47-
{
48-
} // end of class byte32Test
49-
50-
} // end of namespace ShiftTest
51-
52-
53-
// =============================================================
54-
55-
56-
// =============== GLOBAL FIELDS AND METHODS ===================
57-
58-
59-
// =============================================================
60-
61-
62-
// =============== CLASS MEMBERS DECLARATION ===================
63-
// note that class flags, 'extends' and 'implements' clauses
64-
// are provided here for information only
6524

6625
.namespace ShiftTest
6726
{

src/tests/JIT/Directed/shift/nativeint.il

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -21,47 +21,6 @@
2121
.hash algorithm 0x00008004
2222
.ver 0:0:0:0
2323
}
24-
// MVID: {DA4EAAAA-684F-4AB1-AC9B-90B895DBBD60}
25-
.imagebase 0x00400000
26-
.subsystem 0x00000003
27-
.file alignment 512
28-
.corflags 0x00000001
29-
// Image base: 0x06e80000
30-
//
31-
// ============== CLASS STRUCTURE DECLARATION ==================
32-
//
33-
.namespace ShiftTest
34-
{
35-
.class public auto ansi beforefieldinit CL
36-
extends [mscorlib]System.Object
37-
{
38-
} // end of class CL
39-
40-
.class public sequential ansi sealed beforefieldinit VT
41-
extends [mscorlib]System.ValueType
42-
{
43-
} // end of class VT
44-
45-
.class public auto ansi beforefieldinit byte32Test
46-
extends [mscorlib]System.Object
47-
{
48-
} // end of class byte32Test
49-
50-
} // end of namespace ShiftTest
51-
52-
53-
// =============================================================
54-
55-
56-
// =============== GLOBAL FIELDS AND METHODS ===================
57-
58-
59-
// =============================================================
60-
61-
62-
// =============== CLASS MEMBERS DECLARATION ===================
63-
// note that class flags, 'extends' and 'implements' clauses
64-
// are provided here for information only
6524

6625
.namespace ShiftTest
6726
{

src/tests/JIT/Directed/shift/nativeuint.il

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -21,47 +21,6 @@
2121
.hash algorithm 0x00008004
2222
.ver 0:0:0:0
2323
}
24-
// MVID: {DA4EAAAA-684F-4AB1-AC9B-90B895DBBD60}
25-
.imagebase 0x00400000
26-
.subsystem 0x00000003
27-
.file alignment 512
28-
.corflags 0x00000001
29-
// Image base: 0x06e80000
30-
//
31-
// ============== CLASS STRUCTURE DECLARATION ==================
32-
//
33-
.namespace ShiftTest
34-
{
35-
.class public auto ansi beforefieldinit CL
36-
extends [mscorlib]System.Object
37-
{
38-
} // end of class CL
39-
40-
.class public sequential ansi sealed beforefieldinit VT
41-
extends [mscorlib]System.ValueType
42-
{
43-
} // end of class VT
44-
45-
.class public auto ansi beforefieldinit byte32Test
46-
extends [mscorlib]System.Object
47-
{
48-
} // end of class byte32Test
49-
50-
} // end of namespace ShiftTest
51-
52-
53-
// =============================================================
54-
55-
56-
// =============== GLOBAL FIELDS AND METHODS ===================
57-
58-
59-
// =============================================================
60-
61-
62-
// =============== CLASS MEMBERS DECLARATION ===================
63-
// note that class flags, 'extends' and 'implements' clauses
64-
// are provided here for information only
6524

6625
.namespace ShiftTest
6726
{

0 commit comments

Comments
 (0)