Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/Boxing/xlang/sin_cs.il
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.ver 4:0:0:0
}
.assembly extern legacy library mscorlib { auto }
.assembly 'sin_cs' {}
.assembly 'sin_il_cs' {}
.assembly extern xunit.core {}
.assembly extern sinlib_cs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.

.assembly extern System.Console { auto }
.assembly extern System.Runtime { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }

.assembly 'copy_prop_byref_to_native_int' { }
.assembly extern xunit.core {}
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/int64/misc/longmul.il
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.

.assembly extern System.Console { auto }
.assembly extern System.Runtime { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly 'longmul' { }
.assembly extern xunit.core {}

Expand Down
12 changes: 2 additions & 10 deletions src/tests/JIT/Methodical/tailcall_v4/delegateTail.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@



.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
.ver 4:0:0:0
}
.assembly extern System.Runtime
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
.ver 4:0:0:0
}
.assembly extern mscorlib { auto }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly 'delegateTail'
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 00 00 )
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/xxblk/dynblk_order.il
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Tests that cpblk/initblk importation sastifies ordering constraints.

.assembly extern System.Runtime { }
.assembly extern System.Runtime { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) }
.assembly extern System.Console { }
.assembly extern xunit.core {}

Expand Down