summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorRuss Keldorph <Russ.Keldorph@microsoft.com>2016-02-24 07:40:46 -0800
committerRuss Keldorph <Russ.Keldorph@microsoft.com>2016-02-24 07:40:46 -0800
commit6f55e88c29084c72dbc628f89e52b785e4534989 (patch)
tree87beba8a0158eee8ef6998e2872eab844157a76e /tests/src
parente9fa953a295d16b7e00e9192b4973743398358e9 (diff)
downloadcoreclr-6f55e88c29084c72dbc628f89e52b785e4534989.tar.gz
coreclr-6f55e88c29084c72dbc628f89e52b785e4534989.tar.bz2
coreclr-6f55e88c29084c72dbc628f89e52b785e4534989.zip
Replace reference to msvcr110.dll with msvcrt.dll in test b286991
Removes unnecessary (and unsupported) dependency and makes the test consistent with its peers.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il b/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il
index d0af9bc954..e25e34060d 100644
--- a/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il
+++ b/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il
@@ -26,7 +26,7 @@
ret
}
-.method public static pinvokeimpl("msvcr110.dll" cdecl)
+.method public static pinvokeimpl("msvcrt.dll" cdecl)
int32 isupper(int32) cil managed preservesig
{
.custom instance void [mscorlib]System.Security.SuppressUnmanagedCodeSecurityAttribute::ctor() = (01 00 00 00)