Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Fix assembly name for sin_cs_il* tests
  • Loading branch information
trylek committed Feb 2, 2022
commit 0a0a35a1af0b9de509ebf1453975344981357ccd
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