提交 e03ffef6 编写于 作者: T Tomas Matousek

Add Wait to ToLevelLambda tst

上级 2a53e116
...@@ -823,7 +823,7 @@ public void TopLevelLambda() ...@@ -823,7 +823,7 @@ public void TopLevelLambda()
using (var redirect = new OutputRedirect(CultureInfo.InvariantCulture)) using (var redirect = new OutputRedirect(CultureInfo.InvariantCulture))
{ {
s.ContinueWith(@"testDelB(""hello"");"); s.ContinueWith(@"testDelB(""hello"");").Wait();
Assert.Equal("hello", redirect.Output.Trim()); Assert.Equal("hello", redirect.Output.Trim());
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册