Skip to content

Commit

Permalink
Remove explicit '.exe' extension from assembly names in ilproj tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Nov 12, 2021
1 parent 87a44c3 commit 5781948
Show file tree
Hide file tree
Showing 471 changed files with 471 additions and 471 deletions.
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/IL/Tailcall/Jittailcall2.il
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly 'aaa'// as "aaa.exe"
.assembly 'aaa'// as "aaa"
{


Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/1/arglist.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/1/arglist64.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/1/arglistARM.il
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARM is closer to the native ABI:
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/1/initblk.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initblk.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initblk'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/1/initobj.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initobj.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initobj'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/1/ldind_stind.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly ldind_stind.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly ldind_stind{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/2/arglist.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/2/arglist64.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/2/arglistARM.il
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARM is closer to the native ABI:
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/2/initblk.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initblk.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initblk'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/2/initobj.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initobj.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initobj'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/2/ldind_stind.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly ldind_stind.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly ldind_stind{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/4/arglist.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/4/arglist64.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/4/arglistARM.il
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARM is closer to the native ABI:
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/4/initblk.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initblk.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initblk'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/4/initobj.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initobj.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initobj'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/unaligned/4/ldind_stind.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly ldind_stind.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly ldind_stind{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/volatile/1/arglist.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/volatile/1/arglist64.il
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arg1==arg4, arg2==arg5, arg3==arg6.
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/volatile/1/arglistARM.il
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARM is closer to the native ABI:
*/

.assembly extern legacy library mscorlib {}
.assembly arglist.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'arglist'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/volatile/1/initblk.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initblk.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initblk'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/volatile/1/initobj.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly initobj.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly 'initobj'{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/PREFIX/volatile/1/ldind_stind.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly ldind_stind.exe{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
.assembly ldind_stind{ //This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/add.il
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//-----------------------------------------------------


.assembly add.exe{
.assembly 'add'{
//This byte field requests that this assembly not be verified at run time and corresponds to this C# declaration:
//[assembly:System.Security.Permissions.SecurityPermissionAttribute( [mscorlib]System.Security.Permissions.SecurityAction.RequestMinimum, Flags=System.Security.Permissions.SecurityPermissionFlag.SkipVerification )]
}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/add_ovf.il
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.assembly extern legacy library mscorlib {}


.assembly add_ovf.exe{}
.assembly add_ovf{}


.class public add_ovf {
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/and.il
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.assembly extern legacy library mscorlib {}


.assembly and.exe{}
.assembly 'and'{}

.class public _and {

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/beq.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly beq.exe{}
.assembly 'beq'{}

.method public static int32 main(class [mscorlib]System.String[]) {
.locals (class [mscorlib]System.String)
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/beq_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ end:
}


.assembly beq_s.exe {}
.assembly beq_s {}

2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/bge.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly bge.exe{}
.assembly 'bge'{}

.method public static int32 main(class [mscorlib]System.String[]) {
.locals (class [mscorlib]System.String)
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/bge_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ end:
}


.assembly bge_s.exe {}
.assembly bge_s {}

2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/bgt.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly bgt.exe{}
.assembly 'bgt'{}


.method public static int32 main(class [mscorlib]System.String[]) {
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/bgt_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ end:
}


.assembly bgt_s.exe {}
.assembly bgt_s {}

2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/ble.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly ble.exe{}
.assembly 'ble'{}

.method public static int32 main(class [mscorlib]System.String[]) {
.locals (class [mscorlib]System.String)
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/ble_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ end:
}


.assembly ble_s.exe {}
.assembly ble_s {}

2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/blt.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly blt.exe{}
.assembly 'blt'{}

.method public static int32 main(class [mscorlib]System.String[]) {
.locals (class [mscorlib]System.String)
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/blt_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ end:
}


.assembly blt_s.exe {}
.assembly blt_s {}

2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/bne.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly bne.exe{}
.assembly bne{}

.method public static int32 main(class [mscorlib]System.String[]) {
.locals (class [mscorlib]System.String)
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/bne_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ end:
}


.assembly bne_s.exe {}
.assembly bne_s {}

2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/br.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly br.exe{}
.assembly 'br'{}

.class public _br {

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/br_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PASS:
}
}

.assembly br_s.exe {}
.assembly br_s {}
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/brfalse.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly brfalse.exe{}
.assembly 'brfalse'{}

.class public _brfalse {

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/brfalse_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ PASS:
}
}

.assembly brfalse_s.exe {}
.assembly brfalse_s {}
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/brtrue.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.assembly extern legacy library mscorlib {}

.assembly brtrue.exe{}
.assembly 'brtrue'{}

.class public _brtrue {

Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/IL_Conformance/Old/Base/brtrue_s.il
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ PASS:
}
}

.assembly brtrue_s.exe {}
.assembly brtrue_s {}
Loading

0 comments on commit 5781948

Please sign in to comment.