提交 cedd0f57 编写于 作者: A AlekseyTs

Use XUnit assert and CultureInfo value equality to verify test assumption.

Fixes #6257.
上级 e31a956b
......@@ -582,8 +582,7 @@ End Module
</file>
</compilation>, expectedOutput:="1,51,51,51.5")
Debug.Assert(Threading.Thread.CurrentThread.CurrentCulture Is previousCulture)
Assert.Equal(previousCulture, Threading.Thread.CurrentThread.CurrentCulture)
End Sub
<Fact>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册