提交 6fabae97 编写于 作者: H Heejae Chang

fixed test

上级 cc9675fb
......@@ -324,7 +324,8 @@ public async Task TestDiagnosticSpan()
{
var compilerEngineCompilation = (CSharpCompilation)(await compilerEngineWorkspace.CurrentSolution.Projects.Single().GetCompilationAsync());
Assert.Throws<ArgumentException>(() => compilerEngineCompilation.GetAnalyzerDiagnostics(new[] { analyzer }));
var diagnostics = compilerEngineCompilation.GetAnalyzerDiagnostics(new[] { analyzer });
AssertEx.Any(diagnostics, d => d.Id == AnalyzerHelper.AnalyzerExceptionDiagnosticId);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册