82d76e1b36
Rethink SkipEmbeddedPpdbWithoutLocalSource and SkipPpdbWithoutLocalSource tests, are flaky on CI
11 lines
159 B
C#
11 lines
159 B
C#
namespace Coverlet.Tests.ProjectSample.Empty
|
|
{
|
|
public class Class1
|
|
{
|
|
public int Method()
|
|
{
|
|
return 42;
|
|
}
|
|
}
|
|
}
|