提交 654800b6 编写于 作者: N Nick Craver

CoreCLR fixes

上级 ce152da4
......@@ -181,7 +181,7 @@ private static void RunTests<T>(ref int fail, ref int skip, ref int pass, ref in
{
if (HasAttribute<SkipTestAttribute>(method))
{
Console.Write("Skipping " + method.Name);
Console.WriteLine("Skipping " + method.Name);
skip++;
continue;
}
......
......@@ -4477,11 +4477,7 @@ private void Issue261_Decimals_ADONET(bool setPrecisionScaleViaAbstractApi)
if (setPrecisionScaleViaAbstractApi)
{
#if DNXCORE50
DbParameter baseParam = c;
#else
IDbDataParameter baseParam = c;
#endif
baseParam.Precision = 10;
baseParam.Scale = 5;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册