提交 f5938d7b 编写于 作者: M Marc Gravell

remove redundant test code (oops)

上级 9cc975b3
......@@ -13,8 +13,6 @@ public void TupleStructParameter_Fails_HelpfulMessage()
// I can see this happening...
connection.QuerySingle<int>("select @id", (id: 42, name: "Fred"));
Assert.Fail();
ValueTuple<int, int> b = (24, 13);
b.Item1.IsEqualTo(24);
}
catch (NotSupportedException ex)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册