summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/eh/mixedhandler
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2016-04-07 15:28:04 -0700
committerMichal Strehovský <michals@microsoft.com>2016-04-07 15:28:44 -0700
commitc3a552ce7698fe7381600eaf8d34244a8ee4b0d8 (patch)
tree5926e77285fbfb072d895e80c3ce4a2403c1ed92 /tests/src/JIT/Methodical/eh/mixedhandler
parentd62613deb7af2c1d9126e3abfa368536d3df5a04 (diff)
downloadcoreclr-c3a552ce7698fe7381600eaf8d34244a8ee4b0d8.tar.gz
coreclr-c3a552ce7698fe7381600eaf8d34244a8ee4b0d8.tar.bz2
coreclr-c3a552ce7698fe7381600eaf8d34244a8ee4b0d8.zip
Remove mscorlib 1.x strong references from tests
Referencing mscorlib 1.x forces ILASM to emit a reference to the legacy DebuggableAttribute constructor (the one that takes bools). That constructor is not in the .NET Core profile and not all core base class libraries will have it. See src/ilasm/asmman.cpp#L389.
Diffstat (limited to 'tests/src/JIT/Methodical/eh/mixedhandler')
-rw-r--r--tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il2
-rw-r--r--tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il b/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il
index 0f65ee2666..c449609c21 100644
--- a/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il
+++ b/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch.il
@@ -12,8 +12,6 @@
}
.assembly extern mscorlib
{
- .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
- .ver 1:0:2411:0
}
.assembly extern common{}
.assembly testmultihandler
diff --git a/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il b/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il
index bdca7a8d0e..3028a8b3de 100644
--- a/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il
+++ b/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch.il
@@ -12,8 +12,6 @@
}
.assembly extern mscorlib
{
- .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
- .ver 1:0:2411:0
}
.assembly extern common{}
.assembly testmultihandler