We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02644d8 commit a250e32Copy full SHA for a250e32
test/ParserGeneratorTests.cs
@@ -44,7 +44,7 @@ public void GetParserUsingArrayIndex_InvalidInput_DefaultValuesNoException(IPars
44
new object[] { new SigilParserFactory() },
45
new object[] { new CachedParserFactory(new SigilParserFactory()) },
46
new object[] { RoslynParserInitializer.CreateFactory() },
47
- new object[] { (IParserFactory)Activator.CreateInstance(Type.GetType("BySourceGenerator.Parser")) },
+ new object[] { new BySourceGenerator.Parser() },
48
new object[] { new ReflectionParserFactory() },
49
};
50
}
0 commit comments