Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Jul 26, 2022
1 parent 9a12bd2 commit 51b539b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void verifyCount<T>(int expected)
public void Simple()
{
var compilation = CSharpTestBase.CreateCompilation(
@"System.Console.WriteLine(""Hello World"");",
CSharpTestSource.Parse(@"System.Console.WriteLine(""Hello World"");", checksumAlgorithm: SourceHashAlgorithm.Sha1),
targetFramework: TargetFramework.NetCoreApp,
options: Options);

Expand Down

0 comments on commit 51b539b

Please sign in to comment.