Replace reference to msvcr110.dll with msvcrt.dll in test b286991
authorRuss Keldorph <Russ.Keldorph@microsoft.com>
Wed, 24 Feb 2016 15:40:46 +0000 (07:40 -0800)
committerRuss Keldorph <Russ.Keldorph@microsoft.com>
Wed, 24 Feb 2016 15:40:46 +0000 (07:40 -0800)
Removes unnecessary (and unsupported) dependency and makes the test
consistent with its peers.

Commit migrated from https://github.com/dotnet/coreclr/commit/6f55e88c29084c72dbc628f89e52b785e4534989

src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.il

index d0af9bc..e25e340 100644 (file)
@@ -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)