Skip to content

Commit

Permalink
Revert ShadowCopyAnalyzerAssemblyLoaderTests change from #60523
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 5, 2022
1 parent 09ea669 commit d5f9334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void AssemblyLoading_DependencyInDifferentDirectory_Delete()
File.Delete(gammaFile.Path);

var actual = sb.ToString();
Assert.Equal(@"Delta.2: Gamma: Test G
Assert.Equal(@"Delta: Gamma: Test G
", actual);
}
}
Expand Down

0 comments on commit d5f9334

Please sign in to comment.