Skip to content

Commit b9f6eef

Browse files
authored
Merge pull request #129 from cdonnellytx/fix/spanDelegatesTest
fix: ParseSpanDelegatesFile test
2 parents f634a2e + a96973e commit b9f6eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Light.GuardClauses.SourceCodeTransformation.Tests/ParseCSharpFilesWithRoslynTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void ParseExpressionExtensionsFile()
2929
[Fact]
3030
public static void ParseSpanDelegatesFile()
3131
{
32-
var fileInfo = GetLightGuardClausesFile("SpanDelegates.cs");
32+
var fileInfo = GetLightGuardClausesFile(@"ExceptionFactory\SpanDelegates.cs");
3333
var syntaxTree = CSharpSyntaxTree.ParseText(File.ReadAllText(fileInfo.FullName), new CSharpParseOptions(LanguageVersion.CSharp7_3, preprocessorSymbols: new[] { "NETSTANDARD2_0" }));
3434
var root = (CompilationUnitSyntax) syntaxTree.GetRoot();
3535

0 commit comments

Comments
 (0)